Skip to content

Commit

Permalink
Maintenance: add py3.13.0-rc.3 to unittest matrix (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison authored Oct 3, 2024
1 parent d3e6bd8 commit 7024435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.3"]
include:
# set toxenv to workaround-darwin on macos (check tox.ini)
- toxenv: py
Expand Down

0 comments on commit 7024435

Please sign in to comment.