-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bernát Gábor <[email protected]>
- Loading branch information
1 parent
9ceed43
commit 4c35c75
Showing
2 changed files
with
104 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,17 +22,16 @@ jobs: | |
- "3.8" | ||
- "3.7" | ||
- "3.6" | ||
- pypy-3.6-v7.3.3 | ||
- pypy-3.7-v7.3.7 | ||
- pypy-3.8-v7.3.7 | ||
- pypy-3.6-v7.3.9 | ||
- pypy-3.7-v7.3.9 | ||
- pypy-3.8-v7.3.9 | ||
os: | ||
- ubuntu-20.04 | ||
- macos-12 | ||
- windows-2022 | ||
exclude: | ||
- { os: macos-12, py: "pypy-3.6-v7.3.3" } | ||
- { os: macos-12, py: "pypy-3.6-v7.3.9" } # PyPy 3.6 does not support macOS 11/12 | ||
include: | ||
- { os: macos-11, py: "pypy-3.6-v7.3.3" } | ||
- { os: macos-12, py: "[email protected]" } | ||
- { os: macos-12, py: "[email protected]" } | ||
- { os: macos-12, py: "[email protected]" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters