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

.github/workflows/unittests_codecov.yml

Lines changed: 1 addition & 1 deletion
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

pyproject.toml

Lines changed: 2 additions & 0 deletions
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)