Skip to content

Commit 8bd50ca

Browse files
committed
Set "pip" minimum version to be 19.3.1 for Python 3.8 compatibility
1 parent f5bbfd1 commit 8bd50ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=19.3
1+
pip>=19.3.1
22
setuptools>=41.4.0
33
setuptools-scm>=3.3.3
44
wheel>=0.33.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"Programming Language :: Python :: 3.8",
8282
],
8383
install_requires=[
84-
'pip',
84+
'pip>=19.3.1', # >= 19.3.1 required for Python 3.8+
8585
'setuptools',
8686
'setuptools-scm',
8787
'wheel',

0 commit comments

Comments
 (0)