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 c57adff commit 57e0c08Copy full SHA for 57e0c08
CHANGES.md
@@ -1,3 +1,6 @@
1
+# 3.10.0
2
+- Indicating support for Python 3.12
3
+
4
# 3.9.1
5
- Updating Meetings API url to a `/v1` endpoint
6
setup.py
@@ -36,5 +36,6 @@
36
"Programming Language :: Python :: 3.9",
37
"Programming Language :: Python :: 3.10",
38
"Programming Language :: Python :: 3.11",
39
+ "Programming Language :: Python :: 3.12",
40
],
41
)
0 commit comments