We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6ce06 commit 5066e04Copy full SHA for 5066e04
setup.py
@@ -29,17 +29,15 @@
29
test_suite="tests",
30
license="MIT",
31
keywords="git",
32
+ python_requires=">=3.6",
33
classifiers=[
34
"Development Status :: 4 - Beta",
35
"Intended Audience :: Developers",
36
"License :: OSI Approved :: MIT License",
37
"Topic :: Internet :: WWW/HTTP",
38
"Topic :: Software Development :: Libraries",
39
"Programming Language :: Python",
- "Programming Language :: Python :: 2",
40
- "Programming Language :: Python :: 2.7",
41
"Programming Language :: Python :: 3",
42
- "Programming Language :: Python :: 3.5",
43
"Programming Language :: Python :: 3.6",
44
"Programming Language :: Python :: 3.7",
45
"Programming Language :: Python :: 3.8",
0 commit comments