Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
m
mysterious-farmer-45668
10/29/2018, 9:02 PM
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'
Post