-
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
[RFE] Support Python 3.11 in the C extension #68
Comments
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
Even copying
BTW with all versions of Python I get this warning:
|
@mcepl Well, |
For me a pipline just broke on because the newer version where not usable on 3.11. But the older versions build just fine for me on 3.11 using poetry and the python:3.11-slim image. Can it lead to problems? |
This is quite strange.
Can you post:
? |
It does work fine for me and builds on the fly. I have no problem at all so long as i do not increase the version to something where there is no *.tar.gz to build from. |
@PhorstenkampFuzzy Yes, this is fixed in 2.3.7. Sorry for the confusion. |
See also Marco-Sulla/python-frozendict#68, rely on a pure Python implementation when 3.11+ is used.
See also Marco-Sulla/python-frozendict#68, rely on a pure Python implementation when 3.11+ is used.
* py-frozendict: patch up for Python 3.11 See also Marco-Sulla/python-frozendict#68, rely on a pure Python implementation when 3.11+ is used. * mention related Github issue
* py-frozendict: patch up for Python 3.11 See also Marco-Sulla/python-frozendict#68, rely on a pure Python implementation when 3.11+ is used. * mention related Github issue
* py-frozendict: patch up for Python 3.11 See also Marco-Sulla/python-frozendict#68, rely on a pure Python implementation when 3.11+ is used. * mention related Github issue
Welcome! You should write in your Bug Report:
Please add support for Python 3.11 to the C extension.
OS version: Fedora Rawhide
Python3 version (python3 -V -V):
3.11.0
Steps to reproduce:
Actual result (with the python stack trace if present):
the result you see
The text was updated successfully, but these errors were encountered: