Skip to content

Commit 953e376

Browse files
authored
Merge pull request #76 from rettinghaus:python3.13
add support for Python 3.13
2 parents 6774e65 + 61179bb commit 953e376

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2222
defaults:
2323
run:
2424
working-directory: .

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
3637
]
3738

3839
[project.optional-dependencies]

0 commit comments

Comments
 (0)