Skip to content

Commit

Permalink
workflows: add tests on Python 3.13 dev release
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Aug 29, 2024
1 parent 9b95069 commit 0a7d5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
include:
- os: ubuntu-latest
python-version: "3.12"
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
shell: bash
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 0a7d5c5

Please sign in to comment.