-
-
Notifications
You must be signed in to change notification settings - Fork 46.1k
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
Test on Python 3.11 #6591
Test on Python 3.11 #6591
Conversation
I don't think there's any point in testing out on latest Python versions as dependencies such as those in the ML/DS side takes time to support them. |
Do you mean like symengine/symengine.py#422 ? or srnas/barnaba#51 or scipy/scipy#16851? I will continue pushing this repo and our deps to upgrade. 22% is a significant improvement. |
Oh I see, that's fine then 👍 |
@JatinR05 created a nice benchmark that allows us to compare the speed of Python 3.11 vs 3.10... %
|
* GitHub Actions build: Add more tests Re-enable some tests that were disabled in #6591. Fixes #8818 * updating DIRECTORY.md * TODO: Re-enable quantum tests * fails: pytest quantum/bb84.py quantum/q_fourier_transform.py --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
* GitHub Actions build: Add more tests Re-enable some tests that were disabled in TheAlgorithms#6591. Fixes TheAlgorithms#8818 * updating DIRECTORY.md * TODO: Re-enable quantum tests * fails: pytest quantum/bb84.py quantum/q_fourier_transform.py --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Describe your change:
Problem deps are qiskit, statsmodels, and tensorflow:
Add support for Python 3.11 Qiskit/qiskit#9028
Build wheels for Python 3.11 release candidate 2 symengine/symengine.py#422Support Python 3.11 statsmodels/statsmodels#8287
https://github.com/tensorflow/tensorflow/releases
Try a new Python
Add an algorithm?
Fix a bug or typo in an existing algorithm?
Documentation change?
Checklist:
Fixes: #{$ISSUE_NO}
.