diff options
author | Zach White <skullydazed@gmail.com> | 2021-02-13 10:26:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 10:26:45 -0800 |
commit | cd336b2b545798269405e8ffef0fe8958d4d27d4 (patch) | |
tree | d463b119356c8b9c4af9674a23d128cf3a957163 /util/install/gentoo.sh | |
parent | 57d2409c081c2fd546036a6b15dfbd9481fddc1d (diff) |
bump to python 3.7 (#11408)
Diffstat (limited to 'util/install/gentoo.sh')
-rwxr-xr-x | util/install/gentoo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/gentoo.sh b/util/install/gentoo.sh index d4284e9a93..97eb5df07f 100755 --- a/util/install/gentoo.sh +++ b/util/install/gentoo.sh @@ -23,7 +23,7 @@ _qmk_install() { sudo emerge -auN sys-devel/gcc sudo emerge -au --noreplace \ app-arch/unzip app-arch/zip net-misc/wget sys-devel/clang sys-devel/crossdev \ - \>=dev-lang/python-3.6 \ + \>=dev-lang/python-3.7 \ dev-embedded/avrdude dev-embedded/dfu-programmer app-mobilephone/dfu-util sudo crossdev -s4 --stable --g \<9 --portage --verbose --target avr |