Skip to content

Commit fde92e7

Browse files
authored
Merge pull request #7219 from hugovk/add-3.8
Declare support for Python 3.8
2 parents 58dd0c3 + d65bf50 commit fde92e7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/html/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ On Windows [4]_::
111111
Python and OS Compatibility
112112
---------------------------
113113

114-
pip works with CPython versions 2.7, 3.5, 3.6, 3.7 and also PyPy.
114+
pip works with CPython versions 2.7, 3.5, 3.6, 3.7, 3.8 and also PyPy.
115115

116116
This means pip works on the latest patch version of each of these minor
117117
versions. Previous patch versions are supported on a best effort approach.

news/7219.feature

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document Python 3.8 support.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def find_version(*file_paths):
5252
"Programming Language :: Python :: 3.5",
5353
"Programming Language :: Python :: 3.6",
5454
"Programming Language :: Python :: 3.7",
55+
"Programming Language :: Python :: 3.8",
5556
"Programming Language :: Python :: Implementation :: CPython",
5657
"Programming Language :: Python :: Implementation :: PyPy",
5758
],

0 commit comments

Comments
 (0)