potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2160042468
##########
airflow-core/tests/unit/serialization/test_dag_serialization.py:
##########
@@ -386,6 +386,11 @@ def get_excluded_patterns() -> Generator[str, None, None]:
if python_version in provider_info.get("excluded-python-versions"):
provider_path = provider.replace(".", "/")
yield f"providers/{provider_path}"
+ # CURRENT_PYTHON_VERSION =
f"{sys.version_info.major}.{sys.version_info.minor}"
+ # if CURRENT_PYTHON_VERSION == "3.13":
+ # We should remove google when ray is fixed to work with Python 3.13
Review Comment:
This is after merge. Currently `ray` does not work with Python 3.13 - it
tries to install numpy version that does not have binary wheels for 3.13 and
fails while building.
--
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]