From 0813891da020aeaa35a03ff07e2b8720ad83bc98 Mon Sep 17 00:00:00 2001 From: Tom Most Date: Tue, 2 Jul 2024 15:41:01 -0700 Subject: [PATCH] Drop EoL Python 3.6 and 3.7 --- .github/workflows/tests.yaml | 2 +- setup.cfg | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 82981e9..91a5a5e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: # When updating the minimum Python version here, also update the # `python_requires` from `setup.cfg`. # Run on latest minor release of each major python version. - python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] tox-env: ['tests'] include: diff --git a/setup.cfg b/setup.cfg index 6e3aef3..8695240 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,8 +8,6 @@ classifiers = Intended Audience :: Developers License :: OSI Approved :: MIT License Programming Language :: Python :: 3 - 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