Hello,
I'm using this library's wheels in an application that strictly parses Python wheel names.
The python tags in this library's wheels use an illegal format for some versions.
For example, in
glfw-2.10.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38.p39.p310.p311.p312.p313-none-win_amd64.whl
p39 should by py39, and so on.
The spec is here:
https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#python-tag
I may be missing something here, so please let me know if it was intentional.
This is a very helpful project, so thank you for working on it.
Hello,
I'm using this library's wheels in an application that strictly parses Python wheel names.
The python tags in this library's wheels use an illegal format for some versions.
For example, in
glfw-2.10.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38.p39.p310.p311.p312.p313-none-win_amd64.whlp39should bypy39, and so on.The spec is here:
https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#python-tag
I may be missing something here, so please let me know if it was intentional.
This is a very helpful project, so thank you for working on it.