diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 37dd823..f06ce69 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - name: Checkout diff --git a/setup.cfg b/setup.cfg index 76b6215..f41ff02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ classifiers = [options] include_package_data = True packages = find: -python_requires = >=3.7, <4 +python_requires = >=3.8, <4 install_requires = toml