If there's a python 3rdparty that provides both py...
# general
m
If there's a python 3rdparty that provides both py2 version and py3 version, we can enforce the py3 version by doing something like this, right?
apache-airflow==1.10.0 ; python_version<'3'