jedcunningham commented on a change in pull request #15515:
URL: https://github.com/apache/airflow/pull/15515#discussion_r621686741
##########
File path: scripts/ci/selective_ci_checks.sh
##########
@@ -115,9 +115,9 @@ function output_all_basic_variables() {
initialization::ga_output default-helm-version "${HELM_VERSION}"
if [[ ${FULL_TESTS_NEEDED_LABEL} == "true" ]]; then
- initialization::ga_output postgres-exclude '[{ "python-version": "3.6"
}]'
- initialization::ga_output mysql-exclude '[{ "python-version": "3.7" }]'
- initialization::ga_output sqlite-exclude '[{ "python-version": "3.8"
}]'
+ initialization::ga_output postgres-exclude '[{ "python-version": "3.6"
}, { "python-version": "3.9" }]'
+ initialization::ga_output mysql-exclude '[{ "python-version": "3.7" },
{ "python-version": "3.9" }]'
+ initialization::ga_output sqlite-exclude '[{ "python-version": "3.7"
}, { "python-version": "3.8" }]'
Review comment:
Curious, why is 3.9 being excluded for postgres/mysql and 3.7 now being
excluded for sqlite?
##########
File path: CI.rst
##########
@@ -57,7 +57,7 @@ Container Registry used as cache
For the CI builds of our we are using Container Registry to store results of
the "Build Image" workflow
and pass it to the "CI Build" workflow.
-Currently in master version of Airflow we run tests in 3 different versions of
Python (3.6, 3.7, 3.8)
+Currently in master version of Airflow we run tests in 3 different versions of
Python (3.6, 3.7, 3.8, 3.9)
Review comment:
```suggestion
Currently in master version of Airflow we run tests in 4 different versions
of Python (3.6, 3.7, 3.8, 3.9)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]