From 297a2f6cb66f1c90d0664d3188a1b11873fa5916 Mon Sep 17 00:00:00 2001 From: Austin Weisgrau Date: Fri, 16 Sep 2022 11:49:01 -0600 Subject: [PATCH] Update pyenv python version for macos compatibility --- .python-version | 2 +- deps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index c0bbd7a..ccb3fd7 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -db_facts-3.8.3 +db_facts-3.8.4 diff --git a/deps.sh b/deps.sh index 0911600..eb372b0 100755 --- a/deps.sh +++ b/deps.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -python_version=3.8.3 +python_version=3.8.4 # zipimport.ZipImportError: can't decompress data; zlib not available: # You may need `xcode-select --install` on OS X # https://github.com/pyenv/pyenv/issues/451#issuecomment-151336786