Skip to content

Commit 9d38f2e

Browse files
Update Python version to 3.11 in configuration files and templates
1 parent a9fb8d2 commit 9d38f2e

File tree

5 files changed

+27
-25
lines changed

5 files changed

+27
-25
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10
1+
3.11

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ black = "*"
1515
tomli = "*"
1616

1717
[requires]
18-
python_version = "3.10"
18+
python_version = "3.11"
1919

2020
[scripts]
2121
test = "pytest test/ -v"

Pipfile.lock

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Resources:
2525
Properties:
2626
CodeUri: src/
2727
Handler: app.lambda_handler
28-
Runtime: python3.10
28+
Runtime: python3.11
2929
Timeout: 5
3030
Architectures:
3131
- x86_64

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "region" {
1717

1818
variable "python_runtime" {
1919
type = string
20-
default = "python3.10"
20+
default = "python3.11"
2121
description = "runtime on which lambda python code will run"
2222
}
2323

0 commit comments

Comments
 (0)