Skip to content

Commit

Permalink
upgrade Lambda runtime to python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Nov 23, 2024
1 parent ad57dfd commit d3f0259
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

1 change: 1 addition & 0 deletions python/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.13.0
3 changes: 2 additions & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ up: .env
Pipfile.lock: Pipfile | .venv
pipenv lock

.venv: Pipfile
.venv: .python-version Pipfile
-pipenv --rm
mkdir -p $@
pipenv install --dev
touch $@
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ variable "lambda_reindex_timeout" {

variable "lambda_runtime" {
description = "Lambda runtime"
default = "python3.12"
default = "python3.13"
}

variable "log_group_api_retention_in_days" {
Expand Down

0 comments on commit d3f0259

Please # to comment.