Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Guidotti committed Jul 19, 2024
1 parent f0abfe4 commit 664f438
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-10.15
- os: macos-12
python-version: "3.6"
- os: macos-12
python-version: "3.7"
- os: ubuntu-20.04
python-version: "3.6"
- os: windows-2019
python-version: "3.6"
- os: macos-10.15
python-version: "3.7"
- os: ubuntu-20.04
python-version: "3.7"
- os: windows-2019
- os: windows-2022
python-version: "3.6"
- os: windows-2022
python-version: "3.7"

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 664f438

Please sign in to comment.