mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Remove EOL versions from CI
This commit is contained in:
parent
6d4365a696
commit
7256feeaa8
2 changed files with 0 additions and 6 deletions
3
.github/workflows/macos_tests.yml
vendored
3
.github/workflows/macos_tests.yml
vendored
|
@ -6,9 +6,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- 2.7.18
|
||||
- 3.5.10
|
||||
- 3.6.15
|
||||
- 3.7.10
|
||||
- 3.8.10
|
||||
- 3.9.5
|
||||
|
|
3
.github/workflows/ubuntu_tests.yml
vendored
3
.github/workflows/ubuntu_tests.yml
vendored
|
@ -6,9 +6,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- 2.7.18
|
||||
- 3.5.10
|
||||
- 3.6.15
|
||||
- 3.7.10
|
||||
- 3.8.10
|
||||
- 3.9.5
|
||||
|
|
Loading…
Reference in a new issue