Skip to content

Commit

Permalink
Remove python 3.8 test and use ubuntu 22.04 for python 3.9 test
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Nov 28, 2024
1 parent fb47692 commit 464ec73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ jobs:
fail-fast: false
matrix:
include:
# 2019
- python: 3.8
os: ubuntu-20.04
pins: "sqlalchemy==1.4.44 alembic==1.8.* geoalchemy2==0.14.0"
# 2021
- python: 3.9
os: ubuntu-20.04
os: ubuntu-22.04
pins: "sqlalchemy==1.4.44 alembic==1.8.* geoalchemy2==0.14.0"
# 2022
- python: "3.10"
Expand Down

0 comments on commit 464ec73

Please sign in to comment.