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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user