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 provider packages #42738

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 provider-only.

@potiuk
Copy link
Member

potiuk commented Oct 4, 2024

This is not a good idea. We have to remove Python 3.8 and move to Python 3.9 for the whole repo. The thing is that for tests in most PRs CI image is only built for "default" Python version and tests are run only for that version (to save on build time). This means that you won't be able to install providers for tests if you only bump minimum version of providers, without bumping the default to 3.9 because tests will attempt to run but image will not be available.

@jscheffl
Copy link
Contributor Author

jscheffl commented Oct 5, 2024

Close in favor of progressing in #42742

@jscheffl jscheffl closed this Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants