Skip to content

Commit 4bc7297

Browse files
chrahuntxavfernandez
authored andcommitted
Merge pull request pypa#7219 from hugovk/add-3.8
Declare support for Python 3.8
1 parent afcb3e7 commit 4bc7297

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/html/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ On Windows [4]_::
109109
Python and OS Compatibility
110110
---------------------------
111111

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

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

news/7219.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document Python 3.8 support.

setup.py

Lines changed: 1 addition & 0 deletions
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)