-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support Python 3.10 #120
Comments
The Problem: the Python dev team removed In particular, Python 3.10 is pretty broken on all Debian distros right now. So I'm going to put off working on this until that gets fixed. |
Travis does not seem to support Python 3.10 in the same way as with other Python versions: https://app.travis-ci.com/github/john-science/mazelib/jobs/553005530 |
Any news about supporting Python 3.10? :) |
I haven't tried since the new year. The major problem is that the Python language team has removed I would like it if there was some standard way to move forward, but I haven't had time to see what other people are doing. Do you know what solutions people are using? I can do a little more research after work this week. It's annoying that the Python team did this to us, but I'm sure there are work-arounds. I probably just have to change the build process in the project. |
According to the changelog documentation, you have to rely on |
@debnet Please note: Mazelib now supports Python 3.10: https://pypi.org/project/mazelib/0.9.13/#description I had to switch from TravisCI to GitHub Actions for this project to do it, but it works now. |
The new version of the language is out, and NumPy says they support it.
So let's give it a try.
If it works, this will also require a release to PyPI.
The text was updated successfully, but these errors were encountered: