Skip to content

Commit 396c703

Browse files
committed
Add python 3.13 support
1 parent a7ef249 commit 396c703

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/testing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
43+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v4

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers=[
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
2021
"License :: OSI Approved :: MIT License",
2122
"Operating System :: OS Independent",
2223
"Typing :: Typed",

0 commit comments

Comments
 (0)