From e91ca9d5d3d1812dd759102d23485ddb0a87e7c0 Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Mon, 31 May 2021 09:32:03 +0100 Subject: Fix wheel scripts up a bit --- build-osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-osx') diff --git a/build-osx b/build-osx index c8ae0d7..896b353 100755 --- a/build-osx +++ b/build-osx @@ -7,7 +7,7 @@ fi eval "$(pyenv init -)" -VERSIONS="2.7.10 3.6.2 3.7.1" +VERSIONS="2.7.10 3.6.2 3.7.10 3.8.10 3.9.5" for version in $VERSIONS; do pyenv install -s "$version" -- cgit v1.2.1