Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored Jun 8, 2024
1 parent 20cff5f commit b191e02
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python: [3.8, 3.9, "3.10", "3.11", "3.12"]
include:
- os: macos-13-xlarge
python: 3.6
- os: ubuntu-20.04
python: 3.6
- os: windows-2019
python: 3.6
- os: macos-13-xlarge
python: 3.7
- os: ubuntu-20.04
python: 3.7
- os: windows-2019
python: 3.7

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

0 comments on commit b191e02

Please sign in to comment.