mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 08:18:19 +02:00
Add warning for python 2.7 on release/v3 (#674)
* add warning * npm run format * remove ubuntu-18.04
This commit is contained in:
parent
48e4ac7062
commit
3542bca263
4 changed files with 12 additions and 4 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