-
Notifications
You must be signed in to change notification settings - Fork 65
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
Upgrade to Python 3.12 #216
Comments
This might be fixed by #218 |
As stated in #354 (comment), we have to wait for |
|
Fixed by #413 |
@Bchass When you make a pull request, use one of the keywords allowed by github (link below). This will automatically close the referenced issue after the PR is merged. |
Newest version of Python was released on Oct 2, 23. https://www.python.org/downloads/release/python-3120/
It might be good to make changes in toqito to allow Python 3.12. As tested in #215, we do need to wait for numpy to upgrade to the newer version before we make changes to this repo.
Currently, a Github workflow's virtual environment is installing
numpy 1.25.2
butnumpy 1.26
released in Sep 2023 has Python 3.12 support. Maybe poetry is forcing an older version ofnumpy
due to other package dependencies.https://pypi.org/project/numpy/
Note: an easy way to fix the build error in #215 would be to pin a higher
numpy
version.The text was updated successfully, but these errors were encountered: