From 3570aa9fe8d89ad97d23b45b24be08b1283763a7 Mon Sep 17 00:00:00 2001 From: "Fichtner, Florian Willy" <12199342+fwfichtner@users.noreply.github.com> Date: Thu, 4 May 2023 13:41:14 +0200 Subject: [PATCH] remove 3.7 --- .github/workflows/pythonapp.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 116759f..c029d15 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 96deef7..24a2c28 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def get_version(rel_path): "License :: OSI Approved :: Apache Software License", "Topic :: Scientific/Engineering :: GIS", ], - python_requires=">=3.7", + python_requires=">=3.8", long_description=long_description, long_description_content_type="text/markdown", include_package_data=True,