From 2e9824cd50b7d0fe15e21412e437ac672ce04508 Mon Sep 17 00:00:00 2001 From: aranega Date: Fri, 25 Oct 2024 18:28:18 -0600 Subject: [PATCH] Remove support for python 3.7 --- .github/workflows/pytest.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 902dfb7..2af4ecc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index c54cfa4..98f2ca0 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',