Closed cosenal closed 2 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.83%. Comparing base (
d94c457
) to head (7bafeaa
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Cirq now supports Python >=3.10 and <=3.12. This PR aligns the target versions of the
black
tool to Cirq supported Python versions. Unless I am missing something, this is a leftover from https://github.com/quantumlib/Cirq/pull/6591/files.Tested with
black==24.3.0
from https://github.com/cosenal/Cirq/blob/black-target-versions/dev_tools/requirements/deps/format.txt