Skip to content

Commit 67118ed

Browse files
authored
chore(deployment): use python 3.11 in CodeBuild (#99)
1 parent 0a43636 commit 67118ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deployment/codebuild.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ phases:
7878
install:
7979
on-failure: ABORT
8080
runtime-versions:
81-
python: 3.9
81+
python: 3.11
8282
build:
8383
commands:
8484
- |

0 commit comments

Comments
 (0)