Skip to content

Commit 68ed681

Browse files
authored
Merge pull request #14 from BHoM/schema-updates
Automated Schema Updates - 2026-01-24
2 parents 1ef8fb9 + d8dce74 commit 68ed681

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python_oM/Enums/PythonVersion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/Python_oM/Enums/PythonVersion.json",
44
"anyOf" : [{
55
"type" : "string",
6-
"enum" : ["Undefined", "v3_7", "v3_8", "v3_9", "v3_10", "v3_11"]
6+
"enum" : ["Undefined", "v3_7", "v3_8", "v3_9", "v3_10", "v3_11", "v3_12"]
77
}, {
88
"type" : "object",
99
"properties" : {
@@ -26,7 +26,7 @@
2626
},
2727
"Value" : {
2828
"type" : "string",
29-
"enum" : ["Undefined", "v3_7", "v3_8", "v3_9", "v3_10", "v3_11"]
29+
"enum" : ["Undefined", "v3_7", "v3_8", "v3_9", "v3_10", "v3_11", "v3_12"]
3030
}
3131
}
3232
}]

0 commit comments

Comments
 (0)