Skip to content

Commit 2f0aca6

Browse files
avian2asherf
andauthored
Add python_requires arg to setup.cfg (#273)
* Add python_requires arg to setup.py. This prevents pip from attempting to install new python-jose packages on unsupported Python versions. See https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata * Bumb python_requires to 3.7. * python 3.9 --------- Co-authored-by: Asher Foa <[email protected]>
1 parent 895777e commit 2f0aca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers =
3232

3333
[options]
3434
packages = find:
35+
python_requires = >=3.9
3536
install_requires =
3637
ecdsa != 0.15
3738
rsa >=4.0, <5.0, !=4.4, !=4.1.1

0 commit comments

Comments
 (0)