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: