Skip to content

Commit

Permalink
Add Python 3.13 to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Sep 30, 2024
1 parent 1257458 commit eda8852
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/unit-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
experimental: [false]
# Include experimental or bleeding-edge releases.
# Windows is not included as it can be unreliable, e.g.
Expand All @@ -28,11 +28,14 @@ jobs:
# Example formatting: 3.11.0-alpha.1, 3.9.0-beta.8, 3.10.0-rc.3
#
- os: ubuntu-latest
python-version: "3.12.0"
python-version: "3.13.0"
experimental: true
- os: macos-latest
python-version: "3.12.0"
python-version: "3.13.0"
experimental: true
- os: windows-latest
python-version: "3.13.0"
experimental: trues
steps:
- name: "check out repository"
uses: "actions/checkout@v2"
Expand Down

0 comments on commit eda8852

Please sign in to comment.