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 5adf440 commit 8f6d53dCopy full SHA for 8f6d53d
setup.py
@@ -46,14 +46,10 @@
46
"Intended Audience :: Developers",
47
"License :: OSI Approved :: ISC License (ISCL)",
48
"Natural Language :: English",
49
- "Programming Language :: Python :: 2",
50
- "Programming Language :: Python :: 2.6",
51
- "Programming Language :: Python :: 2.7",
52
- "Programming Language :: Python :: 3",
53
- "Programming Language :: Python :: 3.3",
54
- "Programming Language :: Python :: 3.4",
55
"Programming Language :: Python :: 3.5",
56
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
57
],
58
test_suite="tests",
59
tests_require=test_requirements,
0 commit comments