Skip to content

Commit

Permalink
Remove MacOS 3.11 from tests and add 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Jun 19, 2024
1 parent a6b4c17 commit 98cdc2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11"]
experimental: [false]
# Include experimental or bleeding-edge releases.
# Windows is not included as it can be unreliable, e.g.
Expand All @@ -28,10 +28,10 @@ jobs:
# Example formatting: 3.11.0-alpha.1, 3.9.0-beta.8, 3.10.0-rc.3
#
- os: ubuntu-latest
python-version: "3.11.0"
python-version: "3.12.0"
experimental: true
- os: macos-latest
python-version: "3.11.0"
python-version: "3.12.0"
experimental: true
steps:
- name: "check out repository"
Expand Down

0 comments on commit 98cdc2f

Please sign in to comment.