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 python3.8 support core and providers #42766

Merged
merged 8 commits into from
Oct 8, 2024

Conversation

jscheffl
Copy link
Contributor

@jscheffl jscheffl commented Oct 5, 2024

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

@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: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 potiuk force-pushed the feature/drop-python3.8-support-core-and-providers branch from c2eb6ca to 18385a6 Compare October 6, 2024 08:18
@jscheffl jscheffl force-pushed the feature/drop-python3.8-support-core-and-providers branch from 18385a6 to 4375185 Compare October 6, 2024 11:07
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.
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
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
The last module in this dir was removed in #42766
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants