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 bef422c commit ffadc79Copy full SHA for ffadc79
setup.py
@@ -20,8 +20,10 @@
20
classifiers=[
21
"License :: OSI Approved :: BSD License",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.7",
24
"Programming Language :: Python :: 3.8",
25
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
26
+ "Programming Language :: Python :: 3.11",
27
+ "Programming Language :: Python :: 3.12",
28
],
29
)
0 commit comments