Skip to content

Commit 2409df0

Browse files
authored
use updated pypy3 name for github actions (#685)
1 parent 84da8cd commit 2409df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
1212
os: [ubuntu-latest]
1313
# Include minimum py3 + maximum py3 + pypy3 on Windows
1414
include:
1515
- { os: "windows-latest" , python-version: "3.6" }
1616
- { os: "windows-latest" , python-version: "3.10" }
17-
- { os: "windows-latest" , python-version: "pypy3" }
17+
- { os: "windows-latest" , python-version: "pypy-3.7" }
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)