Skip to content

Commit

Permalink
Add all other versions
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Jun 5, 2024
1 parent aa26468 commit 5b3f515
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
# macOS (12, 13 ­­-- Intel, 14 -- ARM)
- os: macos-12
python-version: '2.7'
- os: macos-12
python-version: '3.8'
setup-python: true
- os: macos-12
python-version: '3.9'
setup-python: true
- os: macos-13
python-version: '3.10'
setup-python: true
Expand All @@ -29,8 +35,17 @@ jobs:
# Windows
- os: windows-2019
python-version: '3.7'
- os: windows-2019
python-version: '3.8'
setup-python: true
- os: windows-2022
python-version: '3.9'
- os: windows-2022
python-version: '3.10'
setup-python: true
- os: windows-2022
python-version: '3.11'
setup-python: true
- os: windows-2022
python-version: '3.12'
setup-python: true
Expand Down

0 comments on commit 5b3f515

Please sign in to comment.