Skip to content
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 1 commit into from
Oct 11, 2024
Merged

chore(py): Support python 3.13 #653

merged 1 commit into from
Oct 11, 2024

Conversation

aborgna-q
Copy link
Collaborator

No description provided.

@aborgna-q aborgna-q requested a review from a team as a code owner October 11, 2024 14:45
@aborgna-q aborgna-q requested a review from ss2165 October 11, 2024 14:45
@aborgna-q aborgna-q enabled auto-merge October 11, 2024 14:47
@aborgna-q aborgna-q added this pull request to the merge queue Oct 11, 2024
Merged via the queue into main with commit d8b5150 Oct 11, 2024
13 checks passed
@aborgna-q aborgna-q deleted the ab/python-313 branch October 11, 2024 14:51
aborgna-q added a commit that referenced this pull request Oct 14, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 14, 2024
This reverts commit d8b5150.

`tket2` depends on `pytket`, which does not currently publish wheels for
`python 3.13`.
We'll have to wait for them to update this package.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants