Skip to content

Commit 1e69247

Browse files
authored
support python 3.13
1 parent 9e064cd commit 1e69247

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/unittests_codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
20+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
2121
steps:
2222
- uses: actions/checkout@master
2323

Diff for: pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ classifiers=[
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
2931
"License :: OSI Approved :: MIT License",
3032
]
3133

0 commit comments

Comments
 (0)