Skip to content

Commit f362f45

Browse files
authored
Add support for Python 3.13 (#162)
1 parent 3959b41 commit f362f45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ ubuntu-latest, windows-latest, macOS-latest ]
16-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
16+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
1717

1818
steps:
1919
- uses: actions/checkout@v4

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
'Programming Language :: Python :: 3.10',
2727
'Programming Language :: Python :: 3.11',
2828
'Programming Language :: Python :: 3.12',
29+
'Programming Language :: Python :: 3.13',
2930
'Topic :: Utilities',
3031
]
3132
dependencies = [

0 commit comments

Comments
 (0)