Skip to content

Commit 16e75a9

Browse files
author
taras
committed
Disable 3.13 as gh doesn't know it yet
1 parent 67150fe commit 16e75a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
build:
3838
strategy:
3939
matrix:
40-
pyver: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
40+
pyver: ['3.8', '3.9', '3.10', '3.11', '3.12']
4141
os: [ubuntu, macos, windows]
4242
fail-fast: false
4343

0 commit comments

Comments
 (0)