Explorar o código

use pyinstaller 5.6.2, fixes #7160

support python 3.11 now!
Thomas Waldmann %!s(int64=2) %!d(string=hai) anos
pai
achega
cc4bee6220
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -205,7 +205,7 @@ def install_pyinstaller()
     . ~/.bash_profile
     cd /vagrant/borg
     . borg-env/bin/activate
-    pip install 'pyinstaller==5.4.1'
+    pip install 'pyinstaller==5.6.2'
   EOF
 end