Skip to content

Commit 4f8a34b

Browse files
committed
remove tests for python alpha
1 parent d86d1ca commit 4f8a34b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ jobs:
1616
'windows-2022',
1717
'windows-2025',
1818
]
19-
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
19+
python: [
20+
'3.9',
21+
'3.10',
22+
'3.11',
23+
'3.12',
24+
'3.13'
25+
]
2026

2127
runs-on: ${{ matrix.os }}
2228

0 commit comments

Comments
 (0)