summaryrefslogtreecommitdiff
path: root/build-osx
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2019-01-02 10:39:16 +0000
committerAlastair Houghton <alastair@alastairs-place.net>2019-01-02 10:39:16 +0000
commit5d283cb59ea159dbb385e04b5c0f90d77f9c7ddd (patch)
treeb96c767ea008d9464426573f7f316b41e02e0984 /build-osx
parent4fa0e314ae1fc292a2b8afd37f31e9323bccbfea (diff)
downloadnetifaces-git-5d283cb59ea159dbb385e04b5c0f90d77f9c7ddd.tar.gz
Updated build script and added release instructions.
Diffstat (limited to 'build-osx')
-rwxr-xr-xbuild-osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-osx b/build-osx
index 35da8dd..c8ae0d7 100755
--- a/build-osx
+++ b/build-osx
@@ -7,7 +7,7 @@ fi
eval "$(pyenv init -)"
-VERSIONS="2.7.10 3.6.2"
+VERSIONS="2.7.10 3.6.2 3.7.1"
for version in $VERSIONS; do
pyenv install -s "$version"