Skip to content

Commit 7c6c4ba

Browse files
authored
Add Python 3.9 to CI workflow
1 parent d9f4b35 commit 7c6c4ba

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.10', '3.11', '3.12', '3.13', '3.14']
22+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2323
cratedb-version: ['nightly']
2424

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

0 commit comments

Comments
 (0)