You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the specific part is the + at the end of 3.10.0a7+.
I asked about it at bugs.python.org:
PEP 440 applies to Python packages, not to CPython itself. The "+" convention has been used in CPython for a long time, and changing it without a strong justification seems risky.
If you consider this is not worth the effort (ie. running poetry with alpha python version), then you can close the issue :)
The text was updated successfully, but these errors were encountered:
-vvv
option).Issue
poetry uses https://github.com/python-poetry/poetry-core/blob/d3e51399d1f637ad3e52ff731625d466dedeb64b/poetry/core/version/pep440/parser.py to parse python version.
some alpha tags do not match the regex : https://github.com/python/cpython/blob/master/Include/patchlevel.h#L26
the specific part is the + at the end of 3.10.0a7+.
I asked about it at bugs.python.org:
If you consider this is not worth the effort (ie. running poetry with alpha python version), then you can close the issue :)
The text was updated successfully, but these errors were encountered: