1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

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"