Skip to content

Commit

Permalink
Update minimum.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jul 30, 2024
1 parent d6293cc commit 3c6cc28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11','3.12']
os: [ubuntu-latest, windows-latest]
include:
# macos-latest no longer supports Python 3.8
- os: macos-12
python-version: '3.8'
- os: macos-latest
- os: macos-12
python-version: '3.9'
- os: macos-12
python-version: '3.10'
- os: macos-12
python-version: '3.11'
- os: macos-12
python-version: '3.12'
- os: macos-latest
python-version: '3.12'
steps:
Expand Down

0 comments on commit 3c6cc28

Please sign in to comment.