Drop support for Python 3.7

Fix #1053
This commit is contained in:
Ran Benita
2024-04-03 18:04:32 +03:00
parent b6f5d2bd32
commit a790dc5d72
4 changed files with 3 additions and 6 deletions

View File

@@ -34,7 +34,6 @@ jobs:
fail-fast: false
matrix:
tox_env:
- "py37-pytestlatest"
- "py38-pytestlatest"
- "py39-pytestlatest"
- "py310-pytestlatest"
@@ -46,8 +45,6 @@ jobs:
os: [ubuntu-latest, windows-latest]
include:
- tox_env: "py37-pytestlatest"
python: "3.7"
- tox_env: "py38-pytestlatest"
python: "3.8"
- tox_env: "py39-pytestlatest"