-
Notifications
You must be signed in to change notification settings - Fork 31
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 for Python >=3.10 #62
Comments
Can you be more specific? Also PRs welcome. We're using it with 3.10 with no problems. |
I have the same problem. Can't install tmap because python version is greater than 3.9. |
Hi @doublethefish , |
Hey Lu Zhu! When I ask "Can you be more specific?" I am asking for a reproducible case. For instance something like a step-by-step case maybe log output from your terminal, somewhat normal-ish bug report stuff. Whilst I would like to help, your reply is too light on details for me to understand exactly which problem you mean by "Is there a solution for this problem?" and I'm too short of time to do that work for you. I am using tmap myself on 3.10.14 on m1 and m2 machines, intel amd64 and aarm64 linux boxes and have no problems to write home about, although it is sometimes slow. |
Description:
The codebase is currently support Python 3.9, I believe it's important for us to adapt code to be compatible with this newer version, python >=3.10.
Expected Behavior:
Code should be compatible with Python 3.10 without any errors or warnings.
The text was updated successfully, but these errors were encountered: