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 4165e74 commit 05eb0e0Copy full SHA for 05eb0e0
pyproject.toml
@@ -42,6 +42,7 @@ classifiers = [
42
"Programming Language :: Python :: 3.10",
43
"Programming Language :: Python :: 3.11",
44
"Programming Language :: Python :: 3.12",
45
+ "Programming Language :: Python :: 3.13",
46
]
47
dynamic = ["version"]
48
xdis/version.py
@@ -4,4 +4,4 @@
4
# well as importing into Python. That's why there is no
5
# space around "=" below.
6
# fmt: off
7
-__version__="6.1.2" # noqa
+__version__="6.1.3.dev0" # noqa
0 commit comments