We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b1f0e commit 80b353dCopy full SHA for 80b353d
setup.py
@@ -19,7 +19,13 @@
19
"Topic :: Software Development :: Libraries",
20
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.7"
+ "Programming Language :: Python :: 3.7",
23
+ "Programming Language :: Python :: 3.8",
24
+ "Programming Language :: Python :: 3.9",
25
+ "Programming Language :: Python :: 3.10",
26
+ "Programming Language :: Python :: 3.11",
27
+ "Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
"Programming Language :: Python :: 3 :: Only",
30
],
31
install_requires=[
0 commit comments