mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 10:08:19 +02:00
Add warning for python 2.7 on release/v2 (#675)
* add warning * remove ubuntu-18.04 * remove macos-10.15 * fix pypy3
This commit is contained in:
parent
75f3110429
commit
e9aba2c848
4 changed files with 14 additions and 11 deletions
2
.github/workflows/test-pypy.yml
vendored
2
.github/workflows/test-pypy.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
pypy:
|
||||
- 'pypy-2.7'
|
||||
- 'pypy-3.7'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue