Add support for Python 3.11 - #512
Merged
Merged
Conversation
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 |
woodsp-ibm
reviewed
May 3, 2023
adekusar-drl
marked this pull request as ready for review
May 3, 2023 17:34
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 <62334182+adekusar-drl@users.noreply.github.com> Co-authored-by: Anton Dekusar <adekusar@ie.ibm.com> (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 <62334182+adekusar-drl@users.noreply.github.com> Co-authored-by: Anton Dekusar <adekusar@ie.ibm.com> (cherry picked from commit 090e70c) * fix copyright * fix lint * fix copyright * push empty --------- Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: Anton Dekusar <adekusar@ie.ibm.com>
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 <62334182+adekusar-drl@users.noreply.github.com> Co-authored-by: Anton Dekusar <adekusar@ie.ibm.com>
This file contains hidden or 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
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.
Summary
Following Qiskit Terra, add support to python 3.11
Details and comments
The following libraries don't support python 3.11 yet:
dillbecause 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