Remove 3.7 from CI

3.7 is EOL since 2023-06-27
https://peps.python.org/pep-0537/
This commit is contained in:
Ivan Pozdeev 2023-09-07 22:03:00 +03:00
parent bdfb80cc12
commit 259b5cad26
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"

View file

@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"