We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e6e328 + bc84f33 commit 3b1dd4dCopy full SHA for 3b1dd4d
CHANGELOG.rst
@@ -1,9 +1,10 @@
1
CHANGELOG
2
=========
3
4
-Unreleased
5
-----------
+0.9.0 (2022-10-28)
+------------------
6
7
+* Python 3.11 is officially supported.
8
* Dropped support for Python 3.6.
9
10
0.8.0 (2022-05-26)
setup.py
@@ -33,6 +33,7 @@
33
"Programming Language :: Python :: 3.8",
34
"Programming Language :: Python :: 3.9",
35
"Programming Language :: Python :: 3.10",
36
+ "Programming Language :: Python :: 3.11",
37
"Programming Language :: Python :: Implementation :: CPython",
38
"Operating System :: OS Independent",
39
"License :: OSI Approved :: MIT License",
0 commit comments