Skip to content

Commit

Permalink
Merge pull request #7219 from hugovk/add-3.8
Browse files Browse the repository at this point in the history
Declare support for Python 3.8
  • Loading branch information
chrahunt authored Oct 17, 2019
2 parents 58dd0c3 + d65bf50 commit fde92e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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.
Expand Down
1 change: 1 addition & 0 deletions news/7219.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document Python 3.8 support.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def find_version(*file_paths):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit fde92e7

Please sign in to comment.