-
Notifications
You must be signed in to change notification settings - Fork 333
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
Add support for Python 3.11 #512
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
manoelmarques
force-pushed
the
python
branch
3 times, most recently
from
November 9, 2022 13:16
5eb088b
to
02cf88f
Compare
manoelmarques
force-pushed
the
python
branch
2 times, most recently
from
November 16, 2022 18:25
127c170
to
3548857
Compare
manoelmarques
force-pushed
the
python
branch
from
November 28, 2022 17:31
3548857
to
b732fbd
Compare
manoelmarques
force-pushed
the
python
branch
3 times, most recently
from
December 7, 2022 16:02
efcc216
to
372aa4d
Compare
manoelmarques
force-pushed
the
python
branch
6 times, most recently
from
February 8, 2023 15:29
8ac2a7b
to
e999a04
Compare
Pull Request Test Coverage Report for Build 4877126091
💛 - Coveralls |
adekusar-drl
changed the title
[WIP] Add support for Python 3.11
Add support for Python 3.11
May 3, 2023
woodsp-ibm
reviewed
May 3, 2023
adekusar-drl
added
the
stable backport potential
The bug might be minimal and/or import enough to be port to stable
label
May 3, 2023
woodsp-ibm
approved these changes
May 3, 2023
mergify bot
pushed a commit
that referenced
this pull request
May 4, 2023
* Add support for Python 3.11 * fix pylint * remove dataset_helper.py * update setup.py * unpin dill * update workflow * update reno * rephrase reno --------- Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Anton Dekusar <[email protected]> (cherry picked from commit 090e70c)
adekusar-drl
added a commit
that referenced
this pull request
May 4, 2023
* Add support for Python 3.11 (#512) * Add support for Python 3.11 * fix pylint * remove dataset_helper.py * update setup.py * unpin dill * update workflow * update reno * rephrase reno --------- Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Anton Dekusar <[email protected]> (cherry picked from commit 090e70c) * fix copyright * fix lint * fix copyright * push empty --------- Co-authored-by: Manoel Marques <[email protected]> Co-authored-by: Anton Dekusar <[email protected]>
oscar-wallis
pushed a commit
that referenced
this pull request
Feb 16, 2024
* Add support for Python 3.11 * fix pylint * remove dataset_helper.py * update setup.py * unpin dill * update workflow * update reno * rephrase reno --------- Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Anton Dekusar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
stable backport potential
The bug might be minimal and/or import enough to be port to stable
type: enhancement ✨
Features or aspects to improve
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.
Summary
Following Qiskit Terra, add support to python 3.11
Details and comments
The following libraries don't support python 3.11 yet:
dill
because the version is currently pinned due to bug Support ABC and Enums uqfoundation/dill#450 (upper bound version is inpinned now)Sparse because of numba Python 3.11 numba/numba#8304 (numba for 3.11 is released on May 2nd)torchvision - used in tutorials - Add support for Python 3.11 pytorch/vision#7049The pylint minimum version now is 2.15.0