From 4be84d701fb00f5df5f0f5dfa2e714c2769da7e7 Mon Sep 17 00:00:00 2001 From: ichizok Date: Sat, 31 Oct 2020 18:20:18 +0900 Subject: [PATCH] CI: Use Python 3.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b280ee5370..2c78f4686a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: vi_cv_path_ruby=/usr/local/opt/ruby/bin/ruby vi_cv_dll_name_perl=/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/libperl.dylib vi_cv_dll_name_python=/System/Library/Frameworks/Python.framework/Versions/2.7/Python - vi_cv_dll_name_python3=/usr/local/Frameworks/Python.framework/Versions/3.8/Python + vi_cv_dll_name_python3=/usr/local/Frameworks/Python.framework/Versions/3.9/Python vi_cv_dll_name_ruby=/usr/local/opt/ruby/lib/libruby.dylib VIMCMD=src/MacVim/build/Release/MacVim.app/Contents/MacOS/Vim CONFOPT="--with-features=huge --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-gui=macvim"