From 9eedc2b2e3c24a4b1c7ee4f263a60a1f4e83eb5d Mon Sep 17 00:00:00 2001 From: Ezra Morris Date: Sun, 17 Mar 2024 20:42:23 +0000 Subject: [PATCH] Remove Python 3.5 support --- .github/workflows/python-test.yml | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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