Skip to content

Commit d60f272

Browse files
committed
CI: Stop testing on Python 3.7, 3.8, 3.9
1 parent a22fde8 commit d60f272

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: ['ubuntu-22.04']
23-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
23+
python-version:
24+
- '3.10'
25+
- '3.11'
26+
- '3.12'
27+
- '3.13'
28+
- '3.14'
2429
cratedb-version: ['nightly']
2530
sqla-version: ['<1.4', '<1.5', '<2.1']
2631
pip-allow-prerelease: ['false']

0 commit comments

Comments
 (0)