Skip to content

Commit dcb9440

Browse files
committed
Remove Python 3.12 from io-tests
1 parent f79602c commit dcb9440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
python-version: ['3.9', '3.12', '3.13']
21+
python-version: ['3.9', '3.13']
2222
defaults:
2323
# by default run in bash mode (required for conda usage)
2424
run:

0 commit comments

Comments
 (0)