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 7417c53 commit a65f17dCopy full SHA for a65f17d
CHANGELOG
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.11.0
4
+
5
+### Improvements
6
7
+- Add support for Python 3.10, 3.11, and 3.12.
8
9
## v2.10.0
10
11
### Improvements
setup.py
@@ -42,6 +42,9 @@ def read(fname):
42
"Programming Language :: Python :: 3.7",
43
"Programming Language :: Python :: 3.8",
44
"Programming Language :: Python :: 3.9",
45
+ "Programming Language :: Python :: 3.10",
46
+ "Programming Language :: Python :: 3.11",
47
+ "Programming Language :: Python :: 3.12",
48
"Topic :: Scientific/Engineering",
49
"Topic :: Scientific/Engineering :: Information Analysis",
50
"Operating System :: Microsoft :: Windows",
0 commit comments