From 3a1debcec977edc5ca80f8d0a4568b81237358c3 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Wed, 4 Sep 2024 11:17:48 +0100 Subject: [PATCH] Bump minimum python version to 3.9 for geopandas 1.0 --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d85bef1..eaff1cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.9", "3.12"] runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index cf4bfc5..c8d7711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: GIS", "Topic :: Utilities", ] +requires-python = ">=3.9" dependencies = ["geopandas>=1.0", "numpy", "pandas", "shapely>=2.0"] [project.optional-dependencies]