Skip to content

v0.11.0: chore: Remove Python 3.11 upper bound (#51)

Choose a tag to compare

@github-actions github-actions released this 19 Oct 15:16
· 10 commits to main since this release
b531b3c
## Description

In order to allow Python versions newer than 3.10 we need to remove the upper bound.

This PR:
- allows Orquestra Cirq to work on 3.11 and later
- Updates Cirq and OpenFermion


## Please verify that you have completed the following steps

- [x] I have self-reviewed my code.
- [x] I have included test cases validating introduced feature/fix.
- [x] I have updated documentation.