From e8391de71173484c2ae691827aebae62752ce9ca Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 13 Sep 2022 07:59:17 +0200 Subject: [PATCH] Drop support for Python 3.6 Python 3.6 reached end-of-life on 2021-12-23. https://peps.python.org/pep-0494/ --- .github/workflows/ci.yaml | 1 - setup.cfg | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce3b231..be25973 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,6 @@ jobs: fail-fast: false matrix: python-version: - - '3.6' - '3.7' - '3.8' - '3.9' diff --git a/setup.cfg b/setup.cfg index 03ff8eb..4611dfa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,6 @@ classifiers = Intended Audience :: Developers License :: OSI Approved :: GNU General Public License v3 (GPLv3) Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 @@ -46,7 +45,7 @@ project_urls = [options] packages = find: -python_requires = >=3.6 +python_requires = >=3.7 include_package_data = True install_requires =