Skip to content
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

Open
therealOri opened this issue Mar 18, 2022 · 4 comments
Open

[enhancement] 3.9+ #2

therealOri opened this issue Mar 18, 2022 · 4 comments

Comments

@therealOri
Copy link

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.

@billythegoat356
Copy link
Owner

Then it would be necessary to have more PYD files. The actual PYD supports only Python3.9.

@therealOri
Copy link
Author

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+?

@billythegoat356
Copy link
Owner

No, I mean, it does.
A PYD file only works with the Python version it was compiled with. For example: if I compile it with Python3.8, it will work ONLY for Python3.8.

@therealOri
Copy link
Author

therealOri commented Mar 19, 2022

No, I mean, it does.
A PYD file only works with the Python version it was compiled with. For example: if I compile it with Python3.8, it will work ONLY for Python3.8.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants