-
Notifications
You must be signed in to change notification settings - Fork 16
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
python 3.11 build problem #67
Comments
Here it's output if you simple try to copy 3.10 directory to 3.11 directory. ===> Building for py311-frozendict-2.3.4 Stop. |
See #58 |
Actually python 3.11 is already released https://www.python.org/downloads/ - 2 days ago. |
frozendict C Extension for CPython 3.11 is currently WIP. In the meanwhile you can use the pure py version. |
This improves default behavior of setup.py in sense that py version of frozendict is used for python versions which do not have C extension available yet. This would probably reduce amount of issues similar to [1-4] in future. [1] Marco-Sulla#68 [2] Marco-Sulla#67 [3] Marco-Sulla#65 [4] Marco-Sulla#58
This improves default behavior of setup.py in sense that py version of frozendict is used for python versions which do not have C extension available yet. This would probably reduce amount of issues similar to [1-4] in future. [1] Marco-Sulla#68 [2] Marco-Sulla#67 [3] Marco-Sulla#65 [4] Marco-Sulla#58
It's impossible to be build when your primary python version is 3.11
The text was updated successfully, but these errors were encountered: