Skip to content

Commit

Permalink
Merge pull request #275 from bgilbert/py3.13
Browse files Browse the repository at this point in the history
workflows: add tests on Python 3.13 dev release
  • Loading branch information
bgilbert authored Aug 30, 2024
2 parents 9b95069 + 0a7d5c5 commit 1d0982c
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 1d0982c

Please sign in to comment.