Skip to content

Commit 5081c60

Browse files
committed
Testing: Drop support for Python 3.7
Because `cratedb-sqlparse` is now part of `cratedb-toolkit`, it only supports Python 3.8 and higher now.
1 parent 815c9aa commit 5081c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing-native-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ 'ubuntu-latest', 'macos-13' ]
40-
python-version: [ '3.7', '3.12' ]
40+
python-version: [ '3.8', '3.12' ]
4141
cratedb-version: [ 'nightly' ]
4242

4343
steps:

.github/workflows/testing-testcontainers-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ 'ubuntu-latest' ]
40-
python-version: [ '3.7', '3.12' ]
40+
python-version: [ '3.8', '3.12' ]
4141
cratedb-version: [ 'nightly' ]
4242

4343
steps:

0 commit comments

Comments
 (0)