Skip to content

Commit 60eab20

Browse files
Test with Python 3.13 (#1710)
1 parent bb84b0c commit 60eab20

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/main.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
PY: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
PY:
17+
- "3.8"
18+
- "3.9"
19+
- "3.10"
20+
- "3.11"
21+
- "3.12"
22+
- "3.13"
1723

1824
env:
1925
CIRUN: true

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
]
2526

2627
[project.optional-dependencies]

0 commit comments

Comments
 (0)