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 2021/01/04 15:50:54 UTC

[GitHub] [airflow] mik-laj commented on pull request #13455: Remove unused dependency - contextdecorator

mik-laj commented on pull request #13455:
URL: https://github.com/apache/airflow/pull/13455#issuecomment-754053889


   @ashb l This library never installs because we don't support Python older than 3.6.
   ```
   $ echo 3.6 3.7 3.8 3.9 | xargs -n 1 -I {} curl -s 'https://raw.githubusercontent.com/apache/airflow/constraints-master/constraints-{}.txt' | sort | uniq | grep -i contextdecorator
   $ echo $?
   1
   ```
   
   


----------------------------------------------------------------
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:
users@infra.apache.org