Skip to content

Commit 44f8074

Browse files
committed
Add Python 3.9 support; drop 3.5 support.
1 parent 26d007d commit 44f8074

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,21 @@ The master branch of this repository has no content; there is an
2727
independent branch for each supported version of Python. The following
2828
Python versions are supported:
2929

30-
* `Python 3.5 <https://github.com/pybee/Python-Apple-support/tree/3.5>`__
31-
* `Python 3.6 <https://github.com/pybee/Python-Apple-support/tree/3.6>`__
32-
* `Python 3.7 <https://github.com/pybee/Python-Apple-support/tree/3.7>`__
33-
* `Python 3.8 <https://github.com/pybee/Python-Apple-support/tree/3.8>`__
30+
* `Python 3.6 <https://github.com/beeware/Python-Apple-support/tree/3.6>`__
31+
* `Python 3.7 <https://github.com/beeware/Python-Apple-support/tree/3.7>`__
32+
* `Python 3.8 <https://github.com/beeware/Python-Apple-support/tree/3.8>`__
33+
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9>`__
3434

3535
Suggestions for changes should be made against the `dev branch
3636
<https://github.com/beeware/Python-Apple-support/tree/dev>`__; these
3737
will then be backported into the supported Python releases. The dev branch will
38-
track the most recent supported version of Python (currently, Python 3.8).
38+
track the most recent supported version of Python (currently, Python 3.9).
3939

4040
See the individual branches for usage instructions.
4141

4242
The following versions were supported in the past, but are no longer
4343
maintained:
4444

45-
* `Python 2.7 <https://github.com/pybee/Python-Apple-support/tree/2.7>`__ (EOL January 2020)
46-
* `Python 3.4 <https://github.com/pybee/Python-Apple-support/tree/3.4>`__ (EOL March 2019)
45+
* `Python 2.7 <https://github.com/beeware/Python-Apple-support/tree/2.7>`__ (EOL January 2020)
46+
* `Python 3.4 <https://github.com/beeware/Python-Apple-support/tree/3.4>`__ (EOL March 2019)
47+
* `Python 3.5 <https://github.com/beeware/Python-Apple-support/tree/3.5>`__ (EOL February 2021)

0 commit comments

Comments
 (0)