Skip to content

Commit 13662d9

Browse files
authored
Python 3.7 depricated. Use 3.12
1 parent 7754d5a commit 13662d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ variable "skip_index_re" {
6767

6868
variable "python_version" {
6969
type = string
70-
default = "3.7"
70+
default = "3.12"
7171
description = "The Python version to use"
7272
}
7373

0 commit comments

Comments
 (0)