From 6ed09f8424bfb04f5a50e2497a39e1588e87ac3f Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Tue, 23 Apr 2024 18:37:40 +0000 Subject: [PATCH] Admin: Remove Py 3.7 support --- .github/workflows/ci.yaml | 4 ---- setup.cfg | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67c263e9..d210d4a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,6 @@ jobs: strategy: matrix: python-version: - - '3.7' - '3.8' - '3.9' - '3.10' @@ -38,7 +37,6 @@ jobs: strategy: matrix: python-version: - - '3.7' - '3.8' - '3.9' - '3.10' @@ -48,8 +46,6 @@ jobs: - '' # CPython - 'pypy' # PyPy exclude: # unreleased; - - implementation: 'pypy' - python-version: '3.10' - implementation: 'pypy' python-version: '3.11' - implementation: 'pypy' diff --git a/setup.cfg b/setup.cfg index 39ca7dc7..1680e980 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,6 @@ license = Apache 2.0 classifiers = License :: OSI Approved :: Apache Software License Programming Language :: Python :: 3 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -26,7 +25,7 @@ classifiers = [options] packages = freezegun -python_requires = >=3.7 +python_requires = >=3.8 install_requires = python-dateutil >= 2.7 include_package_data = true