[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
bd6bc76af9deb4b8c38efbe164baca45ea12820a / Jarek Potiuk 
fixup! Add Python 3.13 support for Airflow.

Report URL: https://github.com/apache/airflow/actions/runs/16339417711

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
7ef1f902486bc60369dbcf5e1257dd94042f45b3 / Jarek Potiuk 
fixup! Add Python 3.13 support for Airflow.

Report URL: https://github.com/apache/airflow/actions/runs/16332955839

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-15 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
860a974ab7cac461c7e921da90fcf03283ca29e7 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)
* some of the tests in core still depend on FAB - but we make them
  optional - both for parsing (we need to skip some imports) and
  execution - because they test a legacy behaviour of embedding
  Flask plugins that is still supported in core.
* k8s tests now run also with SimpleAuthManager and SimpleAuthManager
  is used automatically when runnin tests in Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/16287846569

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f338f366fe83097adbddec32e3c63a66a9c1159b / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)
* some of the tests in core still depend on FAB - but we make them
  optional - both for parsing (we need to skip some imports) and
  execution - because they test a legacy behaviour of embedding
  Flask plugins that is still supported in core.
* k8s tests now run also with SimpleAuthManager and SimpleAuthManager
  is used automatically when runnin tests in Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/16284830279

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
14d2bf90fd09c89de0b8a8161067aa5b578cfa9a / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)
* some of the tests in core still depend on FAB - but we make them
  optional - both for parsing (we need to skip some imports) and
  execution - because they test a legacy behaviour of embedding
  Flask plugins that is still supported in core.
* k8s tests now run also with SimpleAuthManager and SimpleAuthManager
  is used automatically when runnin tests in Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/16280323532

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
da4b125dcf05e06b5d9b5c185397aebcd312948a / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)
* some of the tests in core still depend on FAB - but we make them
  optional - both for parsing (we need to skip some imports) and
  execution - because they test a legacy behaviour of embedding
  Flask plugins that is still supported in core.

Report URL: https://github.com/apache/airflow/actions/runs/16277605613

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b2eb6a7a71d56eda3a8941bf98f731d04b6751d7 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)
* some of the tests in core still depend on FAB - but we make them
  optional - both for parsing (we need to skip some imports) and
  execution - because they test a legacy behaviour of embedding
  Flask plugins that is still supported in core.

Report URL: https://github.com/apache/airflow/actions/runs/16261160789

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-13 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
cf86610885885916b4b5354fd6cd1ce6d6d859a3 / Jarek Potiuk 
aDd Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16251864003

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-13 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
75067b0ea9f118f6af40db0cae8675e5f164fbd4 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16246602775

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
cbb9bd493d4570885c3c9ab44e12a44a363bdd10 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16241702101

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
ed9c34f32db323d7134d16236212c56044e840e4 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16240026568

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
87a8147f37812301278a9f82bb12f2caac74df27 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16239547593

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
6b69ce85ae6ee979d797528780e5903f5cde0403 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16238989671

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
4e0644adaf5454f76d5211df1e57e3fffd9d52a9 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16237455639

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-11 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
97642744ece4704d53521fb0bcbd0405ba1afb13 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.
* Removed remaining FAB related code from core and removed tests for
  older FAB provider versions (<1.3.0)

Report URL: https://github.com/apache/airflow/actions/runs/16222303388

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-11 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9878900c66e180d4296c75d3cb9da5f9608c1fd5 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16220460471

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-10 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
73014443d877a210b4802aab4f64298b8297f32e / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16205669681

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-10 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
40d385bcca4651b3f6fbfc001e812ba4bd9b2977 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16197470331

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-10 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
375573222422fb9e4770a268d6391acc5b046e23 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16195743590

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-09 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
159a83e4c573708a4fbc712807bbdf9f4ae19882 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16173851574

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-09 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
56d4c43993232f1e68ee6f942a141bd40e6de3ce / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16173074020

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-09 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
303bc175da61207009e8bc5ae72e120f8e246298 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16172051253

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-07 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
5d4d6fcf8332134f7db1ab6fa8242f3f9489f5cc / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16128111297

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-05 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
75f8ceb4db32b48c5d161bb40f0030b91aec8c01 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16087196781

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-05 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0118d98995e69b3919b565b6cf318ee3966cf903 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16085993403

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-05 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
cf7d8f344c0c897b05c37717694e94446c188d64 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16085592990

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-04 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3db7c3b9b8d6868260b798de42104dabab5fd84f / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16085259514

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-07-01 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b05976d9904c5730a8db517a60ccf62cabad9043 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/16007605718

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-30 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b15f31edc0ce2074e51a3ffb8218ac70bea5c04a / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15984864128

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-29 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
cb3489f2c7ca60913f2049292ba3a4d669ce4133 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15958387655

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-29 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e9a700dd4d7ec768f4da6e82597bac236c1f2d07 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15957596480

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-29 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a30998800c3488d19154d2ecd11809b806d30ff3 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15956385543

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-29 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
19f23188569833f0f005aeac2921f698c2886029 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15955347847

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-27 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
42a73b8353eaa0b7a2c69fce0509168420e3091e / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15935769267

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-23 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
228a5b6cf3920a0d285eec10e9f15aa0b56689ab / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15833447695

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-22 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0f9a59930d1d4c66b511c99899feba6d38e8079e / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15810822082

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-22 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f4ab47a2d47d1bf9563956cabfaffbe62e318d2a / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15807745466

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
6ea9c881f694a10cc6480747636747deef7e78d3 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15798441846

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
84a3783b82c16e5632c6add0a115cf27c752c249 / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15798086562

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
504674efc4cb61b1648942d709e0db3f73ed0317 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15793709401

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
dd08785e2da7e49ce967f537c836804960d008bd / Jarek Potiuk 
Add Python 3.13 support for Airflow.

Added Python 3.13 support across the codebase, including:
* CI/CD workflow updates to handle Python 3.13.
* Dockerfile and environment variable adjustments for compatibility.
* Documentation updates to list Python 3.13 as supported.
* Dependency and code changes for compatibility with new/changed
  libraries (e.g., numpy 2.x, greenlet, pendulum).
* Test and plugin manager adjustments for Python 3.13-specific behaviors.
* Removal or skipping of tests and features not compatible with Python 3.13.
* Improved error handling and logging for unsupported plugins/providers
  on Python 3.13.
* Updated all provider README.rst files to:
  * List Python 3.13 as a supported version.
  * Adjust dependency requirements for Python 3.13 (e.g., pandas,
pyarrow, ray, etc.).
  * Add or update notes about excluded or conditionally supported
dependencies for Python 3.13.
  * Document any known incompatibilities or workarounds for specific
providers.
* Updated all provider pyproject.toml files and automation to:
  * Add Python 3.13 to the supported classifiers.
  * Adjust requires-python and dependency constraints for Python 3.13.
  * Exclude Python 3.13 for providers that are not yet compatible (e.g.,
those depending on Flask AppBuilder).
  * Add conditional dependencies for new versions of libraries required
by Python 3.13.
* Updated Breeze and related scripts to:
 * Build and test with Python 3.13.
 * Update documentation and release scripts to include Python 3.13.
 * Ensure all dev tooling and test environments work with Python 3.13.

Report URL: https://github.com/apache/airflow/actions/runs/15797424487

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0bb2e6b21e91cde7939f1df1325c58228accf72a / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15796117008

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
decbe3e7e622a821d53016567bdf70c85b08a87f / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15795556880

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a6a1dbfe9de211623ce9193bdb66bd34d2672458 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15775367392

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
73fe92ebad4ec793bb34691047a6e573f9f60f42 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15783808072

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
38fd170f04cfafb5b6c3463da267b07d2f7befe7 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15773434516

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
38fd170f04cfafb5b6c3463da267b07d2f7befe7 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15773434516

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-19 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
4fefdf94ed44b2a8f88c16b8e82cd4d32fc4c61b / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15763533190

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-19 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
27d4a01dcadb9b8196991ce3d1fc034ee5168916 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15759632091

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-19 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
29c5151f0774ec5f898a741259c7c4ba1d5cb1f1 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15756728135

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
7cfd52234e0e584c0ce782554cdcd49381230779 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15741255610

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9693b8486a402ef48b13e02a090821607f69398b / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15740033789

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e42f092c0fc05c9f468638182278e71571da7e7d / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15738988400

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
8c5c0784908c31fc982135b4a750a3a9938a6f87 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15735134247

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3b43ce70bd2ce5e1a28750345cf47cd56c3a3c67 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15731037966

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
57e8ae7cd58ece017aedb5362d279ad8a75721fb / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15727322602

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
60e70f7c3a9e9292c9d20a14201a18b2ce1778bd / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15718881343

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a65a01468cbf9e14941b3bf0faf10efdd112408d / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15685816003

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
778259de82d4fbef6af888fb7bf8d3b117424856 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15681561259

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
4fe824c061ea50f139145171fe3622b360425174 / Jarek Potiuk 
fixup! All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15677143413

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
c4cbb1c21ce75d636a13a7e4295227465d5c54c7 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15673365067

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-15 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
fcea8934b770be8c523213c801781db6745e70f0 / Jarek Potiuk 
fixup! All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15667482641

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-15 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
202ea0802c254c91fbcbb47438d3c944a0e50f0b / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15661211125

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
7ac7187243ffa48878caf2252d652f032aad93ad / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15660155223

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
97ddd50774a467c0fc322bc1a03ac69fca0d914f / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15656326140

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
dcc6c8ad464edb8e6f808dda688e555e8ee6a499 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15654962321

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f09e8141a60d56b0c5649e015ed2dea76593731e / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15654514962

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
340b91ab04aaec176bddfaa27975825bda5916f5 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15654337736

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
2e2b9995275a0506d9a504939977173b24b5a211 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15652636078

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-06-02 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0b36e72c3337810fcbad4ef6f9c67fdbfc414e90 / Jarek Potiuk 
All the other changes for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15390051536

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/add-python-3-13-support): Workflow run "Tests AMD" failed!

2025-05-22 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/add-python-3-13-support has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
4da49cc473cafde031ee13986bcb558bbb4bbc84 / Jarek Potiuk 
Add support for Python 3.13

Report URL: https://github.com/apache/airflow/actions/runs/15187182387

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]