diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 0424856..ccb5251 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -15,7 +15,6 @@ jobs: - ubuntu-20.04 # 20.04 supports all supported Python versions. - macos-latest python-version: - - "3.5" - "3.6" - "3.7" - "3.8" diff --git a/setup.cfg b/setup.cfg index aae5c60..cb13058 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,4 +14,4 @@ classifiers = [options] py_modules = com0com -python_requires = >= 3.5 +python_requires = >= 3.6