From 464ec73493a5ca726b7a4aeed530a23aabfff865 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Thu, 28 Nov 2024 15:51:21 +0100 Subject: [PATCH] Remove python 3.8 test and use ubuntu 22.04 for python 3.9 test --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f2fb7f7..0e4b27d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"