Skip to content

Commit 316f959

Browse files
authored
docs(README): Syncronize supported version text with python-datastore (#837)
1 parent 19f8415 commit 316f959

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,20 @@ run on other Python platforms as well.
2121

2222
GA
2323

24-
### Officially Supported Python Versions
25-
Python 3.7, 3.8, 3.9, 3.10
24+
## Supported Python Versions
25+
26+
Our client libraries are compatible with all current [active][3] and [maintenance][4] versions of Python.
27+
28+
Python >= 3.7
29+
30+
[3]: https://devguide.python.org/devcycle/#in-development-main-branch
31+
[4]: https://devguide.python.org/devcycle/#maintenance-branches
2632

2733
### Unsupported Python Versions
2834

2935
Python <= 3.6
3036

31-
If you are using an `end-of-life`_
37+
If you are using an [end-of-life][5]
3238
version of Python, we recommend that you update as soon as possible to an actively supported version.
3339

34-
.. _end-of-life: https://devguide.python.org/devcycle/#end-of-life-branches
40+
[5]: https://devguide.python.org/devcycle/#end-of-life-branches

0 commit comments

Comments
 (0)