Skip to content

Commit f8bb091

Browse files
authored
Experimentally add Python 3.13
1 parent 88f7236 commit f8bb091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
26+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
2727

2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)