uranusjr opened a new issue #19450: URL: https://github.com/apache/airflow/issues/19450
### Body Python 3.10 introduced [`zoneinfo`](https://docs.python.org/3/library/zoneinfo.html) which covers usages of `pendulum.tz` (for Airflow uses, from what I can tell). Airflow should support `zoneinfo.ZoneInfo` for all places where it currently uses `pendulum.tz.Timezone`. This should be a good first step to phase out Pendulum from Airflow. The module is also backported as [`backports.zoneinfo`](https://pypi.org/project/backports.zoneinfo/) to Python 3.6+, but it's probably not a priority to replace Pendulum usages with it for now. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
