Skip to content

Commit

Permalink
Merge pull request #5099 from nulano/gha-pypy
Browse files Browse the repository at this point in the history
GHA: Add PyPy3.7
  • Loading branch information
radarhere committed Dec 18, 2020
2 parents ff40eaa + 5c600ad commit e414eb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-windows.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
python-version: ["pypy-3.6", "pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
architecture: ["x86", "x64"]
include:
- architecture: "x86"
Expand All @@ -19,7 +19,9 @@ jobs:
platform-msbuild: "x64"
exclude:
# PyPy does not support 64-bit on Windows
- python-version: "pypy3"
- python-version: "pypy-3.6"
architecture: "x64"
- python-version: "pypy-3.7"
architecture: "x64"
timeout-minutes: 30

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,8 @@ jobs:
"macOS-latest",
]
python-version: [
"pypy3",
"pypy-3.7",
"pypy-3.6",
"3.10-dev",
"3.9",
"3.8",
Expand Down

0 comments on commit e414eb5

Please sign in to comment.