diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f8e537..765dea9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - 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 7c0a5d3..190f083 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ }, install_requires=install_requires, - python_requires='>=3.6', + python_requires='>=3.8', classifiers=[ "Development Status :: 4 - Beta", @@ -37,7 +37,6 @@ "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",