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

fix pytz dependency for python 3.11 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

surajpasuparthy
Copy link

pytz versioning has changed from 2011<a,b,c,d> to 2023.<1,2,3>
the other versioning uses UserDict from collections which is moved out for 3.11

so any apps that run on 3.11 requiring python-datetime-tz will not work unless this dependency is fixed.

    pytz versioning has changed from 2011<a,b,c,d> to 2023.<1,2,3>
    the other versioning uses UserDict from collections which is moved out for 3.11

    so any apps that run on 3.11 requiring python-datetime-tz will not work unless this dependency is fixed.
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

Successfully merging this pull request may close these issues.

2 participants