Skip to content

Commit f073808

Browse files
committed
CI: Stop testing on Python 3.7 through 3.9
1 parent 4bfa4b2 commit f073808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: ['ubuntu-22.04']
29-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
29+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
3030
cratedb-version: ['4.8.4', '5.10.16', '6.3.3']
3131
include:
3232

0 commit comments

Comments
 (0)