Skip to content

Commit

Permalink
Fix reference to 3.13 from 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Oct 16, 2024
1 parent 94a3bf4 commit cde12c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
# Versions list: https://github.com/actions/python-versions/releases
# 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.11"
experimental: true
- os: windows-latest
python-version: "3.11.0"
python-version: "3.11"
experimental: true
- os: ubuntu-latest
python-version: "3.13.0"
python-version: "3.13"
experimental: true
- os: macos-latest
python-version: "3.13.0"
python-version: "3.13"
experimental: true
- os: windows-latest
python-version: "3.13.0"
python-version: "3.13"
experimental: true
steps:
- name: "check out repository"
Expand Down

0 comments on commit cde12c9

Please sign in to comment.