ml-metadata==1.15.0 not available for Python 3.11
- Dominant language
- C++
- Stars
- 685
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
On pypi, `ml-metadata==1.15.0` is advertised as Python 3.11 compatible:
- 
- https://github.com/google/ml-metadata/blob/abcb0705e71ccb71d064ad3d7ba6bdea5645cf91/setup.py#L150
- 
- https://github.com/google/ml-metadata/blob/abcb0705e71ccb71d064ad3d7ba6bdea5645cf91/setup.py#L169
however that is not really the case, since it appears to be distributed only for Python 3.9 and 3.10, by looking on this page: https://pypi.org/project/ml-metadata/1.15.0/#files
As a consequence, it makes impossible to:
```
pip install "ml-metadata==1.15.0" -vv
```
on a x86 linux box with Python 3.11.
Example screenshot using pip and Python 3.11:

Example screenshot using a poetry-based project:

Related issues:
- only partially related https://github.com/google/ml-metadata/issues/191#issuecomment-2034936062
Contributor guide
Assessment
This issue has not been assessed yet.