Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Python 3.8 support in core #42739

Closed

Conversation

jscheffl
Copy link
Contributor

@jscheffl jscheffl commented Oct 4, 2024

As Python 3.8 is getting out-of support, this PR removes support from Airflow providers.

See Python release schedule: https://peps.python.org/pep-0569/

Note: This PR is core-only. Providers are in #42738

@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:CLI area:core-operators Operators, Sensors and hooks within Core Airflow area:dev-tools area:logging area:production-image Production image improvements and fixes area:serialization area:webserver Webserver related Issues labels Oct 4, 2024
@jscheffl jscheffl force-pushed the feature/drop-python3.8-support branch from 556aaf7 to a3685e7 Compare October 4, 2024 15:42
@potiuk
Copy link
Member

potiuk commented Oct 5, 2024

As discussed in #42742 - you need to implement changes in provider together because "default" version of image (lowest supported Python version) is built in most PRs and used to run tests.

@jscheffl
Copy link
Contributor Author

jscheffl commented Oct 5, 2024

Close to proceed with #42742

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API area:CLI area:core-operators Operators, Sensors and hooks within Core Airflow area:dev-tools area:logging area:production-image Production image improvements and fixes area:serialization area:webserver Webserver related Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants