Upgrade python to 3.11, upgrade packages to support python 3.11
This commit is contained in:
parent
4cbb7981cc
commit
61eb5ea1e9
1 changed files with 8 additions and 9 deletions
|
|
@ -18,7 +18,7 @@ package:
|
|||
|
||||
provider:
|
||||
name: aws
|
||||
runtime: python3.8
|
||||
runtime: python3.11
|
||||
stage: ${opt:stage, self:custom.defaultStage}
|
||||
deploymentBucket:
|
||||
name: ${self:custom.deploymentBucket}
|
||||
|
|
|
|||
Loading…
Reference in a new issue