URI: 
       tmac build: bump python version (3.6.4->3.7.6) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0edd291efe7de25a8b28db5dabdfd2ac9885cd8f
   DIR parent a041a0c0755159a7dfe0fd9ca6f30fe50545c8ff
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Tue, 21 Jan 2020 20:20:40 +0100
       
       mac build: bump python version (3.6.4->3.7.6)
       
       Diffstat:
         M contrib/osx/make_osx                |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/contrib/osx/make_osx b/contrib/osx/make_osx
       t@@ -1,7 +1,7 @@
        #!/usr/bin/env bash
        
        # Parameterize
       -PYTHON_VERSION=3.6.4
       +PYTHON_VERSION=3.7.6
        BUILDDIR=/tmp/electrum-build
        PACKAGE=Electrum
        GIT_REPO=https://github.com/spesmilo/electrum
       t@@ -41,7 +41,7 @@ else
        fi
        
        info "Installing Python $PYTHON_VERSION"
       -export PATH="~/.pyenv/bin:~/.pyenv/shims:~/Library/Python/3.6/bin:$PATH"
       +export PATH="~/.pyenv/bin:~/.pyenv/shims:~/Library/Python/3.7/bin:$PATH"
        if [ -d "~/.pyenv" ]; then
          pyenv update
        else