Skip to content

Commit 141362d

Browse files
authored
Remove python 3.7 and 3.8 from test matrix.
As you may know, both 3.7 and 3.8 are EOL, they receive no support/security fixes, nothing. For that reason I would remove them from the test matrix, we are also seeing new dependencies updates fail on 3.7, because of the libraries using >3.7 syntax (walrus operator), an example of this is https://github.com/crate/crate-python/actions/runs/15392143903/job/43303839083
1 parent fb4d70d commit 141362d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ['ubuntu-22.04']
22-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
22+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2323
cratedb-version: ['nightly']
2424

2525
# To save resources, only verify the most recent Python versions on macOS.

0 commit comments

Comments
 (0)