Commit d33562f1 authored by nimrod's avatar nimrod
Browse files

Use version 0.8.4 of pythonrc.

From version 0.9.0, Python 3.8+ is targeted. But I still default to 3.6
with ElementaryOS Hera.
parent 30bb835a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ $(DESTDIR)/bin/envconsul:

.config/pythonrc.py:
	mkdir -p $$(dirname $@)
	$(download) https://raw.githubusercontent.com/lonetwin/pythonrc/master/pythonrc.py
	$(download) https://raw.githubusercontent.com/lonetwin/pythonrc/0.8.4/pythonrc.py

.travis/travis.sh:
	mkdir -p $$(dirname $@)