Update to Python 3.9.10 and update libs (#36)

* Update to Python 3.9.10 and update libs

* Fix tokenize-rt version as 4.2.0 was yanked

* PyObjC doesn't seem universal anymore, trying to force a build

* Let's upgrade to latest release of PyObjC

* Update release notes to reflect PyObjC change
This commit is contained in:
Nate Walck
2022-02-02 15:49:33 -06:00
committed by GitHub
parent 2c4408f246
commit 545d9da8d3
6 changed files with 74 additions and 147 deletions
+1 -3
View File
@@ -26,12 +26,10 @@ if [ -n "$1" ]; then
TYPE=$1
elif [[ "$1" == "no_customization" ]]; then
TYPE=$1
elif [[ "$1" == "opinionated" ]]; then
TYPE=$1
elif [[ "$1" == 'recommended' ]]; then
TYPE=$1
else
echo "Specified positional argument other than opinionated or recommended. Using minimal workflow"
echo "Specified positional argument other than recommended. Using minimal workflow"
TYPE='minimal'
fi
else