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

[FEATURE] Python 3.11 #65

Closed
sgn opened this issue Sep 22, 2022 · 1 comment
Closed

[FEATURE] Python 3.11 #65

sgn opened this issue Sep 22, 2022 · 1 comment
Labels
Type: Enhancement New feature or request

Comments

@sgn
Copy link

sgn commented Sep 22, 2022

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.

@sgn sgn added the Type: Enhancement New feature or request label Sep 22, 2022
@lurch
Copy link
Contributor

lurch commented Sep 22, 2022

Duplicate of #58 ?

@sgn sgn closed this as completed Sep 22, 2022
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants