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 and xavfernandez committed Oct 17, 2019
1 parent afcb3e7 commit 4bc7297
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 @@ -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.
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 4bc7297

Please sign in to comment.