-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(py): Support python 3.13 #653
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ss2165
approved these changes
Oct 11, 2024
aborgna-q
added a commit
that referenced
this pull request
Oct 14, 2024
This reverts commit d8b5150.
This was referenced Oct 14, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 14, 2024
#653 enabled support for python 3.13, but CI should have failed since the `pytket` dependency does not publish wheels for 3.13. This PR ensures uv doesn't fallback to a lower version when it encounters unsupported dependencies.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 24, 2024
Let's try #653 again. The [latest `pytket`](https://github.com/CQCL/tket/releases/tag/1.34.0) supports python `3.13`, so we can update here. We now follow the [general](https://iscinumpy.dev/post/bound-version-constraints/#pinning-the-python-version-is-special) [recommendation](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#python-requires) against setting a hard python version bound in the `pyproject.toml`'s `requires-python` field.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 15, 2024
🤖 I have created a release *beep* *boop* --- ## [0.5.0](tket2-py-v0.4.1...tket2-py-v0.5.0) (2024-11-11) ### ⚠ BREAKING CHANGES * Removed `load_guppy_*` methods. Use Circuit::load_function_reader instead. ### Features * move extensions to auxillary package ([#682](#682)) ([dd78f9a](dd78f9a)) * Track circuit extensions and read/write packages ([#680](#680)) ([5e87dd9](5e87dd9)) ### Reverts * "Support python 3.13 ([#653](#653))" ([#657](#657)) ([3fb67ac](3fb67ac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com> Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 16, 2024
🤖 I have created a release *beep* *boop* --- ## [0.3.0](tket2-eccs-v0.2.0...tket2-eccs-v0.3.0) (2024-12-16) ### ⚠ BREAKING CHANGES * Updated `hugr` rust dependency to `0.14.0` Extension are now defined in `hugr 0.14` style. Replaced the `ROTATION_TYPE` with a method call, and dropped the per-extension registry definitions. ### Features * move extensions to auxillary package ([#682](#682)) ([dd78f9a](dd78f9a)) ### Reverts * "Support python 3.13 ([#653](#653))" ([#657](#657)) ([3fb67ac](3fb67ac)) ### Miscellaneous Chores * Update to next version of hugr ([#720](#720)) ([4a3a5a5](4a3a5a5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com> Co-authored-by: Agustín Borgna <agustin.borgna@quantinuum.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.