Skip to content

Commit

Permalink
CI - run the pytest-numpy-2 job also with Python 3.13
Browse files Browse the repository at this point in the history
This CI job excludes cirq-rigetti which is not yet compatible with
Python 3.13.  This activates Python 3.13 testing for other Cirq packages.

Related to quantumlib#6932
  • Loading branch information
pavoljuhas committed Jan 24, 2025
1 parent 0f21e0a commit 2374d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
name: Pytest Ubuntu with NumPy-2
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
runs-on: ubuntu-20.04
steps:
- name: Check out source repository
Expand Down

0 comments on commit 2374d41

Please sign in to comment.