cruseakshay commented on issue #61730:
URL: https://github.com/apache/airflow/issues/61730#issuecomment-3906743906

   The Google provider (providers/google/pyproject.toml) has an optional Apache 
Beam dependency that still excludes Python 3.13:
   ```python
   "apache.beam" = [
       'apache-beam[gcp]>=2.53.0; python_version < "3.12"',
       'apache-beam[gcp]>=2.57.0; python_version >= "3.12" and python_version < 
"3.13"',
   ]
   ```
    Should this be updated in this PR?


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