We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5e1e7 commit 46846e0Copy full SHA for 46846e0
setup.py
@@ -5,7 +5,7 @@
5
def read(*rnames):
6
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
7
8
-version = '3.0.3'
+version = '3.1.0'
9
10
tests_require = [
11
"pytest==7.1.2",
@@ -40,6 +40,11 @@ def read(*rnames):
40
"Intended Audience :: Developers",
41
"Topic :: Software Development :: Libraries",
42
"Programming Language :: Python :: 3.6",
43
+ "Programming Language :: Python :: 3.7",
44
+ "Programming Language :: Python :: 3.8",
45
+ "Programming Language :: Python :: 3.9",
46
+ "Programming Language :: Python :: 3.10",
47
+ "Programming Language :: Python :: 3.11",
48
],
49
extras_require={
50
"test": tests_require,
0 commit comments