drop py37 support (#104)

This commit is contained in:
Paul Robinson
2023-10-04 15:36:57 -06:00
committed by GitHub
parent 0065691db7
commit 82425694f6
3 changed files with 4 additions and 21 deletions

View File

@ -74,12 +74,6 @@ jobs:
environment:
TOXENV: docs
py37-core:
<<: *common
docker:
- image: cimg/python:3.7
environment:
TOXENV: py37-core
py38-core:
<<: *common
docker:
@ -130,12 +124,6 @@ jobs:
environment:
TOXENV: py311-lint
py37-wheel:
<<: *common
docker:
- image: cimg/python:3.7
environment:
TOXENV: py37-wheel
py38-wheel:
<<: *common
docker:
@ -171,17 +159,14 @@ workflows:
test:
jobs:
- docs
- py37-core
- py38-core
- py39-core
- py310-core
- py311-core
- py37-lint
- py38-lint
- py39-lint
- py310-lint
- py311-lint
- py37-wheel
- py38-wheel
- py39-wheel
- py310-wheel