Skip to content

Commit 9522c9b

Browse files
committed
Added Python 3.13.0-dev to test matrix
1 parent 2df6fa5 commit 9522c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
90+
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-dev']
9191
check_formatting: ['0']
9292
no_test_requirements: ['0']
9393
extra_name: ['']

0 commit comments

Comments
 (0)