ashb commented on a change in pull request #5659: [AIRFLOW-5033] Switched to
snakebite-py3
URL: https://github.com/apache/airflow/pull/5659#discussion_r371949643
##########
File path: setup.py
##########
@@ -242,7 +242,7 @@ def write_version(filename: str =
os.path.join(*["airflow", "git_version"])):
'grpcio>=1.15.0',
]
hdfs = [
- 'snakebite>=2.7.8',
+ 'snakebite-py3>=3.0.5',
Review comment:
Seems fine for master -- do you know if this py3 module also supports py2,
or do we need to have the `;python_version>="3"` trick on 1.10.8 to support py2
and 3?
----------------------------------------------------------------
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]
With regards,
Apache Git Services