Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update CI for windows #265

Merged
merged 1 commit into from Apr 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", pypy3]
os: [macos-latest, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2016]
os: [macos-latest, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022]
exclude:
# excludes pypy Windows because only 32 bit pypy is supported.
- os: windows-2019
python-version: pypy3
- os: windows-2016
- os: windows-2022
python-version: pypy3
# temporarily exclude pypy3 on macos
- os: macos-latest
Expand Down