Closed gjclark closed 1 month ago
I've made the decision to go with Python 3.10. Python 3.10 works out of the box and 3.11+ had issues with chalice that were not extremely clear on how to fix.
chalice
In lint, test, and release yml files I had to use python version 3.10.15 (latest ATM). Setting to 3.10 causes an error that other people are experiencing. Same error can be found here: https://github.com/actions/setup-python/issues/401#issuecomment-1720242823.
lint
test
release
I've made the decision to go with Python 3.10. Python 3.10 works out of the box and 3.11+ had issues with
chalice
that were not extremely clear on how to fix.In
lint
,test
, andrelease
yml files I had to use python version 3.10.15 (latest ATM). Setting to 3.10 causes an error that other people are experiencing. Same error can be found here: https://github.com/actions/setup-python/issues/401#issuecomment-1720242823.