You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/06 07:01:07 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #20549: Remove unnecessary python 3.6 conditionals

uranusjr commented on a change in pull request #20549:
URL: https://github.com/apache/airflow/pull/20549#discussion_r779336877



##########
File path: Dockerfile.ci
##########
@@ -25,7 +25,7 @@ ARG AIRFLOW_VERSION="2.2.0.dev0"
 ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
 
 # By increasing this number we can do force build of all dependencies
-ARG DEPENDENCIES_EPOCH_NUMBER="6"

Review comment:
       Actually since `pep562` is only installed on `python_version < '3.7'`, I don’t think we even need to rebuild the dependencies because it is never actually installed in any of the images right now.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org