mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 01:58:20 +02:00
try to allow pypy3, pypy3.6 or pypy3.7 syntax
This commit is contained in:
parent
41b7212b16
commit
0ed4f287d5
4 changed files with 30 additions and 20 deletions
|
@ -40,7 +40,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
|
||||
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3.7' ]
|
||||
name: Python ${{ matrix.python-version }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3]
|
||||
python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3.7]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
python-version: 3.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue