Skip to content

Commit

Permalink
CI: Use ubuntu-22.04 to support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 16, 2024
1 parent 1e16e22 commit f5b81bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest']
os: ['ubuntu-22.04']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
cratedb-version: ['nightly']
sqla-version: ['latest']
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest']
os: ['ubuntu-22.04']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
cratedb-version: ['5.5.1']
sqla-version: ['<1.4', '<1.5', '<2.1']
pip-allow-prerelease: ['false']

exclude:
# SQLAlchemy 1.3 is not supported on Python 3.12 and higher.
- os: 'ubuntu-latest'
python-version: '3.12'
- python-version: '3.12'
sqla-version: '<1.4'

# Another CI test matrix slot to test against prerelease versions of Python packages.
Expand Down

0 comments on commit f5b81bf

Please sign in to comment.