From f75543a858b1d7ef515f78725b57f1e56088aaad Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 29 Mar 2022 10:32:27 +0100 Subject: [PATCH] Drop support for py37 --- .github/workflows/tox.yml | 5 +---- setup.cfg | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index cdc46dd..8baaf96 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -27,12 +27,9 @@ jobs: include: - tox_env: packaging os: ubuntu-20.04 - python-version: 3.7 + python-version: 3.8 unit: false skip_vagrant: true - - tox_env: py37 - os: macos-10.15 - python-version: 3.7 - tox_env: py38 os: macos-10.15 python-version: 3.8 diff --git a/setup.cfg b/setup.cfg index 0a8ed00..f9912cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Utilities @@ -30,7 +29,7 @@ keywords = [options] use_scm_version = True -python_requires = >=3.7 +python_requires = >=3.8 ; package_dir = ; = src ; packages = find: