Skip to content

Commit 264798b

Browse files
authored
Drop separate codeowners validation workflow (#74)
* Delete .github/workflows/validate-codeowners.yml * Python 3.7 depricated. Use 3.12
1 parent 2230713 commit 264798b

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/validate-codeowners.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

variables.tf

Lines changed: 1 addition & 1 deletion
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)