Skip to content

Commit

Permalink
Add testing on Python 3.13 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka authored Feb 4, 2025
1 parent 35e01d9 commit dea11d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# to be available on as many os/arch combos as possible, while also
# making all necessary Python dependencies available on those combos.
# TODO: add "3.13.1" once Cirq 1.5 is released.
python-version: ["3.10.11", "3.11.9", "3.12.7"]
python-version: ["3.10.11", "3.11.9", "3.12.7", "3.13.1"]
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-14, windows-latest]
arch: [x64, arm64]
exclude:
Expand Down

0 comments on commit dea11d2

Please sign in to comment.