Skip to content

Commit

Permalink
Modify Python versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Nov 19, 2024
1 parent ac4da14 commit 56c0632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9.x", "3.10.x"]
python-version: ["3.11.x", "3.12.x"]
experimental: [false]
# Include experimental or bleeding-edge releases.
# Windows is not included as it can be unreliable, e.g.
Expand All @@ -27,10 +27,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.x"
python-version: "3.13.x"
experimental: true
- os: macos-latest
python-version: "3.11.x"
python-version: "3.13.x"
experimental: true
steps:
- name: "check out repository"
Expand Down

0 comments on commit 56c0632

Please sign in to comment.