Skip to content

Commit e212052

Browse files
authored
Add Python 3.13 support (#450)
1 parent eeea989 commit e212052

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
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, macos-latest, windows-latest]
35-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
35+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3636

3737
env:
3838
PYTHON: ${{ matrix.python }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
'Programming Language :: Python :: 3.10',
2626
'Programming Language :: Python :: 3.11',
2727
'Programming Language :: Python :: 3.12',
28+
'Programming Language :: Python :: 3.13',
2829
'Intended Audience :: Developers',
2930
'Intended Audience :: Information Technology',
3031
'Intended Audience :: System Administrators',

0 commit comments

Comments
 (0)