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 d6bc9f6 commit dec0ff8Copy full SHA for dec0ff8
setup.py
@@ -36,11 +36,10 @@
36
python_requires=">=3.3",
37
license="Apache 2.0",
38
classifiers=[
39
- "Programming Language :: Python :: 3.5",
40
- "Programming Language :: Python :: 3.6",
41
- "Programming Language :: Python :: 3.7",
42
- "Programming Language :: Python :: 3.8",
43
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
44
"License :: OSI Approved :: Apache Software License",
45
"Operating System :: OS Independent",
46
],
0 commit comments