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 6c191a8 commit a9df2d2Copy full SHA for a9df2d2
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
- '3.10'
17
- '3.11'
18
- '3.12'
19
+ - '3.13'
20
21
steps:
22
- uses: actions/checkout@v5
docs/source/history.rst
@@ -25,6 +25,7 @@ Next
25
====
26
27
- Modernize packaging using hatch and hatchling.
28
+- List Python 3.13 as supported.
29
30
Bug Fixes
31
---------
pyproject.toml
@@ -23,6 +23,7 @@ classifiers = [
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Documentation",
"Topic :: Utilities",
0 commit comments