Skip to content

Commit b143f1c

Browse files
suristeramotl
authored andcommitted
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 b143f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)