Commit 839db8c3 authored by jornh's avatar jornh Committed by Tao Feng

Bump minimum supported Python to 3.5 (#247)

https://docs.python.org/3.4/library/http.html says 3.4 isn’t supported any more.

https://github.com/lyft/amundsen/issues/30 gives background on that we are in fact not able to build with 3.4
parent 28a8cb0b
......@@ -20,7 +20,7 @@ or with an [Airflow DAG](https://github.com/lyft/amundsendatabuilder/blob/master
## Requirements
- Python >= 3.4
- Python >= 3.5
- Node = v8.x.x or v10.x.x (v11.x.x has compatibility issues)
- npm >= 6.x.x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment