We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78b858 commit f8f86eaCopy full SHA for f8f86ea
setup.py
@@ -81,11 +81,11 @@ def desc():
81
"Intended Audience :: Developers",
82
"License :: OSI Approved :: BSD License",
83
"Operating System :: OS Independent",
84
- "Programming Language :: Python",
85
- "Programming Language :: Python :: 3.7",
86
"Programming Language :: Python :: 3.8",
87
"Programming Language :: Python :: 3.9",
88
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
89
"Topic :: Software Development :: Libraries :: Python Modules",
90
],
91
python_requires="~=3.7",
0 commit comments