-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 python3.8 support core and providers #42766
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jscheffl
requested review from
bolkedebruin,
eladkal,
kaxil,
pierrejeambrun,
potiuk,
ashb,
jedcunningham,
o-nikolas,
mobuchowski,
hussein-awala,
ryanahamilton,
bbovenzi and
XD-DENG
as code owners
October 5, 2024 07:31
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:providers
area:serialization
area:webserver
Webserver related Issues
provider:amazon
AWS/Amazon - related issues
provider:cloudant
provider:cncf-kubernetes
Kubernetes provider related issues
provider:common-io
provider:openlineage
AIP-53
labels
Oct 5, 2024
potiuk
force-pushed
the
feature/drop-python3.8-support-core-and-providers
branch
from
October 6, 2024 08:18
c2eb6ca
to
18385a6
Compare
jscheffl
force-pushed
the
feature/drop-python3.8-support-core-and-providers
branch
from
October 6, 2024 11:07
18385a6
to
4375185
Compare
potiuk
added a commit
to potiuk/airflow
that referenced
this pull request
Oct 11, 2024
Follow up after apache#42766 and apache#42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
potiuk
added a commit
that referenced
this pull request
Oct 11, 2024
Follow up after #42766 and #42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
kunaljubce
pushed a commit
to kunaljubce/airflow
that referenced
this pull request
Oct 13, 2024
* Drop Python 3.8 support in core Add newsfragment * Drop Python 3.8 support in provider packages
kunaljubce
pushed a commit
to kunaljubce/airflow
that referenced
this pull request
Oct 13, 2024
Follow up after apache#42766 and apache#42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
pavansharma36
pushed a commit
to pavansharma36/airflow
that referenced
this pull request
Oct 14, 2024
Follow up after apache#42766 and apache#42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
R7L208
pushed a commit
to R7L208/airflow
that referenced
this pull request
Oct 17, 2024
Follow up after apache#42766 and apache#42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
joaopamaral
pushed a commit
to joaopamaral/airflow
that referenced
this pull request
Oct 21, 2024
* Drop Python 3.8 support in core Add newsfragment * Drop Python 3.8 support in provider packages
harjeevanmaan
pushed a commit
to harjeevanmaan/airflow
that referenced
this pull request
Oct 23, 2024
* Drop Python 3.8 support in core Add newsfragment * Drop Python 3.8 support in provider packages
harjeevanmaan
pushed a commit
to harjeevanmaan/airflow
that referenced
this pull request
Oct 23, 2024
Follow up after apache#42766 and apache#42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
PaulKobow7536
pushed a commit
to PaulKobow7536/airflow
that referenced
this pull request
Oct 24, 2024
Follow up after apache#42766 and apache#42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
2 tasks
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Oct 31, 2024
Since the minimium required Python in Airflow main is now >=3.9 since apache#42766, we can drop this dep
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Oct 31, 2024
Since the minimium required Python in Airflow main is now >=3.9 since apache#42766, we can drop this dep
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Oct 31, 2024
Since the minimium required Python in Airflow main is now >=3.9 since apache#42766, we can drop this dep
This was referenced Oct 31, 2024
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Oct 31, 2024
Some of these checks are now redundant since we dropped support for Py < 3.9 in apache#42766
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
* Drop Python 3.8 support in core Add newsfragment * Drop Python 3.8 support in provider packages
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
Follow up after apache#42766 and apache#42936. * We do not have to check for minimum Python version for Python 3.9 any more (as we do not support 3.8 any more) * While Python 3.12 is not yet fully supported by Apache Beam, we should still not allow it for releasing providers, but all other commands should support Python 3.12 * When you had pre-commit installed with Python 3.8 before, various errors might appear when running pre-commit. Troubleshooting was added quoting the errors and explaining what to do.
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 15, 2025
The last module in this dir was removed in apache#42766
kaxil
added a commit
that referenced
this pull request
Jan 15, 2025
HariGS-DB
pushed a commit
to HariGS-DB/airflow
that referenced
this pull request
Jan 16, 2025
The last module in this dir was removed in apache#42766
dauinh
pushed a commit
to dauinh/airflow
that referenced
this pull request
Jan 24, 2025
The last module in this dir was removed in apache#42766
got686-yandex
pushed a commit
to got686-yandex/airflow
that referenced
this pull request
Jan 30, 2025
The last module in this dir was removed in apache#42766
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:providers
area:serialization
area:webserver
Webserver related Issues
provider:amazon
AWS/Amazon - related issues
provider:cloudant
provider:cncf-kubernetes
Kubernetes provider related issues
provider:common-io
provider:openlineage
AIP-53
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As Python 3.8 is getting out-of support, this PR removes support from Airflow providers and code.
See Python release schedule: https://peps.python.org/pep-0569/
Continuation of PR #42742 from apache repo