Skip to content

Commit 684e5f0

Browse files
committed
Run CI on Python 3.13
1 parent 6a3192f commit 684e5f0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
12+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1313

1414
steps:
1515
- name: Checkout
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
37+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3838
check_formatting: ['0']
3939
extra_name: ['']
4040
include:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
73+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers=[
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
"Typing :: Typed",
3132
]
3233
requires-python = ">=3.8"

0 commit comments

Comments
 (0)