Skip to content

Commit

Permalink
[ci all]: Include oldest and newest Windows Python
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 25, 2023
1 parent 18056f4 commit 38e211f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ jobs:
|| (github.event_name == 'push' && github.ref != 'refs/heads/main' && contains(github.event.head_commit.message, '[ci all]'))
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
- os: macos-latest
python-version: '3.11'
exclude:
- os: windows-latest
python-version: '3.8'
python-version: '3.9'
- os: windows-latest
python-version: '3.11'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 38e211f

Please sign in to comment.