Skip to content

Commit d3f0259

Browse files
committed
upgrade Lambda runtime to python3.13
1 parent ad57dfd commit d3f0259

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13.0

python/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ up: .env
1515
Pipfile.lock: Pipfile | .venv
1616
pipenv lock
1717

18-
.venv: Pipfile
18+
.venv: .python-version Pipfile
19+
-pipenv --rm
1920
mkdir -p $@
2021
pipenv install --dev
2122
touch $@

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ variable "lambda_reindex_timeout" {
126126

127127
variable "lambda_runtime" {
128128
description = "Lambda runtime"
129-
default = "python3.12"
129+
default = "python3.13"
130130
}
131131

132132
variable "log_group_api_retention_in_days" {

0 commit comments

Comments
 (0)