Skip to content

Commit e414eb5

Browse files
authored
Merge pull request #5099 from nulano/gha-pypy
GHA: Add PyPy3.7
2 parents ff40eaa + 5c600ad commit e414eb5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
11+
python-version: ["pypy-3.6", "pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
1212
architecture: ["x86", "x64"]
1313
include:
1414
- architecture: "x86"
@@ -19,7 +19,9 @@ jobs:
1919
platform-msbuild: "x64"
2020
exclude:
2121
# PyPy does not support 64-bit on Windows
22-
- python-version: "pypy3"
22+
- python-version: "pypy-3.6"
23+
architecture: "x64"
24+
- python-version: "pypy-3.7"
2325
architecture: "x64"
2426
timeout-minutes: 30
2527

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
"macOS-latest",
1414
]
1515
python-version: [
16-
"pypy3",
16+
"pypy-3.7",
17+
"pypy-3.6",
1718
"3.10-dev",
1819
"3.9",
1920
"3.8",

0 commit comments

Comments
 (0)