From dbf9f1dee42ca8224de7dea412698455f156232e Mon Sep 17 00:00:00 2001 From: Lukas Phaf Date: Fri, 17 May 2024 14:02:37 +0200 Subject: [PATCH 1/2] Add python 3.12 to action workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de04d6e..e25a280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 From dc382318fd7075ad08ae2f11d1aa367946210b71 Mon Sep 17 00:00:00 2001 From: Lukas Phaf Date: Fri, 17 May 2024 14:03:19 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 992c416..471c791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: GIS", "Typing :: Typed", ]