diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 0fa5a07..a05041e 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-latest, macos-latest] - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] exclude: - os: ubuntu-latest python-version: '3.6' diff --git a/setup.py b/setup.py index 7db547c..648596a 100644 --- a/setup.py +++ b/setup.py @@ -54,8 +54,6 @@ def get_version(rel_path): classifiers=['Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',