jedcunningham commented on a change in pull request #19987:
URL: https://github.com/apache/airflow/pull/19987#discussion_r761461263
##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -115,7 +115,7 @@ function initialization::initialize_base_variables() {
export CURRENT_PYTHON_MAJOR_MINOR_VERSIONS
# Currently supported versions of Postgres
- CURRENT_POSTGRES_VERSIONS+=("9.6" "13")
+ CURRENT_POSTGRES_VERSIONS+=("10" "13")
Review comment:
Should this also include 11 and 12, or should they be removed from
`BREEZE.rst` instead? Right not it isn't consistent.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]