Skip to content

Commit

Permalink
CI: Add Python 3.7 macOS/Windows runs
Browse files Browse the repository at this point in the history
Python 3.7 is the lowest version supported
  • Loading branch information
EwoutH committed May 25, 2022
1 parent c2aa9fe commit b672a1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.8", "pypy-3.9"]
include:
- os: macos-latest
python-version: "3.7"
- os: windows-latest
python-version: "3.7"
- os: macos-latest
python-version: "3.10"
- os: windows-latest
Expand Down

0 comments on commit b672a1c

Please sign in to comment.