Skip to content

Commit 51ee252

Browse files
committed
Add manylinux_2_31_x86_64 platform
For example, the platform is used by open3d 19.0.0 [1]. [1]: https://pypi.org/project/open3d/0.19.0/#files Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent 2ffd220 commit 51ee252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python_inspector/utils_pypi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def get_python_dot_version(version):
155155
"manylinux2014_x86_64",
156156
"manylinux_2_27_x86_64",
157157
"manylinux_2_28_x86_64",
158+
"manylinux_2_31_x86_64",
158159
"manylinux2014_aarch6",
159160
"musllinux_1_2_x86_64",
160161
"manylinux_2_33_aarch64",

0 commit comments

Comments
 (0)