-
Notifications
You must be signed in to change notification settings - Fork 8
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
[enhancement] 3.9+ #2
Comments
Then it would be necessary to have more PYD files. The actual PYD supports only Python3.9. |
Well shit. Guess we gotta wait until PYD it supports 3.9+? |
No, I mean, it does. |
Ah, in that case, compile multiple versions and store them, check what version of python is being used and then use the version that the user has? Or have the user decided what version of python to use according to what you have compiled, etc. |
Add support for python versions 3.9+ instead of JUST 3.9. Not everyone wants to downgrade their python version just to be able to run their code.
The text was updated successfully, but these errors were encountered: