Skip to content

Commit

Permalink
change test matrix names back again
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Dec 19, 2024
1 parent 790cfcf commit 7aa30de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ jobs:
# 2021
- python: 3.9
pins: "sqlalchemy==1.4.44 alembic==1.8.* geoalchemy2==0.14.*"
display_name: "3.9"
display_name: "2021"
# 2022
- python: "3.10"
pins: "sqlalchemy==1.4.44 alembic==1.8.* geoalchemy2==0.14.*"
display_name: "3.10"
display_name: "2022"
# 2023 NumPy 1
- python: "3.11"
pins: "sqlalchemy==2.0.24 alembic==1.13.1 geoalchemy2==0.14.3 numpy==1.26.4"
display_name: "3.11 NumPy 1"
display_name: "2023 NumPy 1"
# 2023 NumPy 2
- python: "3.11"
pins: "sqlalchemy==2.0.24 alembic==1.13.1 geoalchemy2==0.14.3 numpy==2.0.1"
display_name: "3.11 NumPy 2"
display_name: "2023 NumPy 2"
# 2024 with GDAL 3.6
- python: "3.12"
pins: "sqlalchemy==2.0.24 alembic==1.13.1 geoalchemy2==0.14.3 numpy==1.26.4"
display_name: "3.12 GDAL 3.6"
display_name: "2024 GDAL 3.6"
use_gdal_36: true
# current
- python: "3.13"
#pins: "sqlalchemy==2.0.* alembic==1.13.* geoalchemy2==0.14.*"
display_name: "3.13"
display_name: "2024"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7aa30de

Please sign in to comment.