You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome! Before you write your Feature Request, please read below:
Is your feature request related to a problem? Please describe.
Python 3.11 is around the corner. Some packages requires frozendict to work. This is blocking updating Python in distribution
Describe the solution you'd like
Support Python 3.11 and maybe 3.12
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
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
arkamar
added a commit
to arkamar/python-frozendict
that referenced
this issue
Dec 3, 2022
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
Welcome! Before you write your Feature Request, please read below:
Is your feature request related to a problem? Please describe.
Python 3.11 is around the corner. Some packages requires frozendict to work. This is blocking updating Python in distribution
Describe the solution you'd like
Support Python 3.11 and maybe 3.12
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: