Add python 3.9 by potiuk · Pull Request #15515 · apache/airflow

@potiuk potiuk marked this pull request as draft

April 25, 2021 06:44

jedcunningham

potiuk added a commit to potiuk/airflow that referenced this pull request

Jul 8, 2021
This includes several things:

* added per-provider support for python version. Each provider
  can now declare python versions it does not support
* excluded ldap core extra from Python 3.9.
* skip relevant tests in Python 3.9

(cherry picked from commit ce44b62)

potiuk added a commit that referenced this pull request

Jul 8, 2021
This includes several things:

* added per-provider support for python version. Each provider
  can now declare python versions it does not support
* excluded ldap core extra from Python 3.9.
* skip relevant tests in Python 3.9

(cherry picked from commit ce44b62)

potiuk added a commit to potiuk/airflow that referenced this pull request

Jul 8, 2021
This includes several things:

* added per-provider support for python version. Each provider
  can now declare python versions it does not support
* excluded ldap core extra from Python 3.9.
* skip relevant tests in Python 3.9

(cherry picked from commit ce44b62)

jhtimmins pushed a commit that referenced this pull request

Jul 8, 2021
This includes several things:

* added per-provider support for python version. Each provider
  can now declare python versions it does not support
* excluded ldap core extra from Python 3.9.
* skip relevant tests in Python 3.9

(cherry picked from commit ce44b62)

kaxil pushed a commit to astronomer/airflow that referenced this pull request

Jul 13, 2021
This includes several things:

* added per-provider support for python version. Each provider
  can now declare python versions it does not support
* excluded ldap core extra from Python 3.9.
* skip relevant tests in Python 3.9

(cherry picked from commit ce44b62)
(cherry picked from commit dcffcc1)

potiuk added a commit to potiuk/airflow that referenced this pull request

Mar 1, 2022
Hive support for Python 3.9 has been removed in apache#15515 but cloudera
released new ssl 0.3.1 library version to support it and we should
be able to get Hive provider working for Python 3.9 too.

Fixes: apache#21891

potiuk added a commit to potiuk/airflow that referenced this pull request

Mar 1, 2022
Hive support for Python 3.9 has been removed in apache#15515 but cloudera
released new ssl 0.3.1 library version to support it and we should
be able to get Hive provider working for Python 3.9 too.

Fixes: apache#21891

potiuk added a commit that referenced this pull request

Mar 1, 2022
Hive support for Python 3.9 has been removed in #15515 but cloudera
released new ssl 0.3.1 library version to support it and we should
be able to get Hive provider working for Python 3.9 too.

Fixes: #21891