potiuk commented on PR #38025:
URL: https://github.com/apache/airflow/pull/38025#issuecomment-1989010092

   I just pushd my version :) . Almost the same
   
   ```
               if sys.version_info >= (3, 12):
                   # Botocore generates deprecation warning on Python 3.12 
connected with utcnow use
                   warnings.filterwarnings("ignore", 
message=r".*datetime.utcnow.*", category=DeprecationWarning)
   ```


-- 
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]

Reply via email to