From 1442b62b86bfffadb7f3f92ba89b70e2303ade7e Mon Sep 17 00:00:00 2001 From: Robert Forrest Date: Tue, 6 Dec 2022 10:02:10 +0000 Subject: [PATCH] Dropped support for python <3.8 --- .github/workflows/tests.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ff118d..3adf322 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 diff --git a/setup.cfg b/setup.cfg index acb7808..a9c1c7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifiers = [options] packages = cerebral -python_requires = >=3.7 +python_requires = >=3.8 install_requires = click adjustText