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:
[email protected]