Update docs about Python 3.8

This commit is contained in:
hugovk 2019-10-15 20:06:29 +03:00
parent f235e675c0
commit d65bf5021a
2 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,7 @@ On Windows [4]_::
Python and OS Compatibility
---------------------------
pip works with CPython versions 2.7, 3.5, 3.6, 3.7 and also PyPy.
pip works with CPython versions 2.7, 3.5, 3.6, 3.7, 3.8 and also PyPy.
This means pip works on the latest patch version of each of these minor
versions. Previous patch versions are supported on a best effort approach.

1
news/7219.feature Normal file
View File

@ -0,0 +1 @@
Document Python 3.8 support.