Skip to content

Commit d86d1ca

Browse files
committed
add back tests for old python versions
1 parent 09574f0 commit d86d1ca

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ jobs:
88
strategy:
99
matrix:
1010
os: [
11-
'ubuntu-22.04', 'ubuntu-24.04',
12-
'macos-13', 'macos-14',
13-
'windows-2019', 'windows-2022', 'windows-2025',
14-
'windows-11-arm',
11+
'ubuntu-22.04',
12+
'ubuntu-24.04',
13+
'macos-13',
14+
'macos-14',
15+
'windows-2019',
16+
'windows-2022',
17+
'windows-2025',
1518
]
16-
python: ['3.10', '3.11', '3.12', '3.13']
19+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1720

1821
runs-on: ${{ matrix.os }}
1922

0 commit comments

Comments
 (0)