Taragolis commented on PR #34492: URL: https://github.com/apache/airflow/pull/34492#issuecomment-1728501246
I don’t think we should support all this classes: - We don’t know exact numbers of this classes - Not all of them direct Airflow dependency - Some of them might be deprecated - I think it could be a problem if we add ZoneInfo now and user serialize it in python 3.8 (backompat package) and after will try to deserialize in python 3.9+ Better what we could do it serialize offset in seconds and after it could be deserialized as Pendulum Timezone. -- 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]
