We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3f1f0 commit 69bd162Copy full SHA for 69bd162
1 file changed
setup.py
@@ -24,7 +24,7 @@
24
extras_require={
25
'psutil': ['psutil'],
26
},
27
- python_requires='>=3.7.*,<4.0.*',
+ python_requires='>=3.7,<4.0',
28
license='MIT',
29
zip_safe=False,
30
classifiers=[
0 commit comments