Skip to content

Commit ef476d2

Browse files
committed
NRL-1188 Use latest allowed python version
1 parent 1e56f9b commit ef476d2

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/dev

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev-glue" {
22
source = "../modules/glue"
33
name_prefix = "nhsd-nrlf--dev"
4-
python_version = "3.12.2"
4+
python_version = "3.9"
55
}

0 commit comments

Comments
 (0)