Skip to content
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
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ jobs:
python: "3.13"

# macOS
# Python 3.8 is the oldest version available on macOS/arm64.
- os: macos-latest
python: "3.8"
# Python 3.9 is the oldest version available on macOS/arm64.
- os: macos-latest
python: "3.9"
- os: macos-latest
Expand All @@ -86,8 +84,6 @@ jobs:

# Ubuntu: test deadsnakes Python versions which are not supported by
# GHA python-versions.
- os: ubuntu-20.04
python: "3.6"
- os: ubuntu-22.04
python: "3.7"

Expand Down