-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop python 3.6 support #3574
Drop python 3.6 support #3574
Conversation
LGTM. Do we also plan to add explicit testing for Python 3.9 soon? |
Oh yeah, it is out now since Oct 5. I'll do that in a separate PR, just to have less moving pieces in this one. Also as on 3.6 things actively break on PRs, we have some urgency here. |
Can also change the target for formatting: https://github.com/quantumlib/Cirq/blob/master/pyproject.toml#L3 |
Reverts #3574. Rationale: we want to ensure that Cirq works on colab which is stuck at the moment at Python 3.6.
Drop support (CI tests) for python 3.6.
Following #3347 we can safely drop python 3.6 support. This is also motivated by current breakages in Mac 3.6 and RTD #3554. This will not finalize #3347, we'll need to add some more documentation around the python support to close it fully.
Fixes #3554. See the successful build from my fork: https://readthedocs.org/projects/balopat-cirq-rtd/builds/12481463/