Skip to content

Commit ebdd895

Browse files
Update thirdparty scripts
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 6c15ebf commit ebdd895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/scripts/utils_thirdparty.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@
115115
TRACE_ULTRA_DEEP = False
116116

117117
# Supported environments
118-
PYTHON_VERSIONS = "37", "38", "39", "310", "311"
118+
PYTHON_VERSIONS = "38", "39", "310", "311", "312"
119119

120120
PYTHON_DOT_VERSIONS_BY_VER = {
121-
"37": "3.7",
122121
"38": "3.8",
123122
"39": "3.9",
124123
"310": "3.10",
125124
"311": "3.11",
125+
"312": "3.12",
126126
}
127127

128128

@@ -134,11 +134,11 @@ def get_python_dot_version(version):
134134

135135

136136
ABIS_BY_PYTHON_VERSION = {
137-
"37": ["cp37", "cp37m", "abi3"],
138137
"38": ["cp38", "cp38m", "abi3"],
139138
"39": ["cp39", "cp39m", "abi3"],
140139
"310": ["cp310", "cp310m", "abi3"],
141140
"311": ["cp311", "cp311m", "abi3"],
141+
"312": ["cp312", "cp312m", "abi3"],
142142
}
143143

144144
PLATFORMS_BY_OS = {

0 commit comments

Comments
 (0)