Skip to content

Commit 4488fc6

Browse files
Merge pull request #690 from webknjaz/maintenance/gha-pypy3
Use `pypy-3.x` notation in GHA workflows
2 parents 5f0471c + 306907b commit 4488fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3' ]
23+
python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6' ]
2424
os: [windows-latest, ubuntu-latest] #, macos-latest]
2525
include:
2626
- os: windows-latest
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
python_version: [ '3.6', '3.9', 'pypy3' ]
95+
python_version: [ '3.6', '3.9', 'pypy-3.6' ]
9696
installer: ["pip install"]
9797
name: check self install - Python ${{ matrix.python_version }} via ${{ matrix.installer }}
9898
steps:

0 commit comments

Comments
 (0)