-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Replace pytz
dependency with zoneinfo
#2958
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your participation and understanding. |
Useful related thread on this topic: https://twitter.com/AdamChainz/status/1562359913162104832 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your participation and understanding. |
I think this is still valid. |
Python 3.9+ includes
zoneinfo
, which would presumably allow us to replace thepytz
third-party dependency with time-zone machinery included in Python's standard library.Since we need to support Python 3.7 and 3.8 for a while, we could use the corresponding back-ported package for users on older Python versions.
The text was updated successfully, but these errors were encountered: