Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jun 3, 2024
1 parent 9d14fad commit a573021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
include:
# Windows: test old and new Python
- os: windows-latest
python: 3.6
python: 3.7
- os: windows-latest
python: 3.12

# macOS: test old and new Python
- os: macos-latest
python: 3.6
python: 3.7
- os: macos-latest
python: 3.12

Expand Down

0 comments on commit a573021

Please sign in to comment.