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 5ee50ad commit 31aef34
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-10.15
python-version: ["3.6", "3.7"]
python-version: "3.6"
- os: ubuntu-20.04
python-version: ["3.6", "3.7"]
python-version: "3.6"
- os: windows-2019
python-version: ["3.6", "3.7"]
python-version: "3.6"
- os: macos-10.15
python-version: "3.7"
- os: ubuntu-20.04
python-version: "3.7"
- os: windows-2019
python-version: "3.7"

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

Expand Down

0 comments on commit 31aef34

Please sign in to comment.