Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env: add support for untagged CPython builds ... #9207

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

radoering
Copy link
Member

… where platform.python_version() ends with a "+"

works around python/cpython#99968

Pull Request Check List

Resolves: #6925
Closes: #7462

  • Added tests for changed code.
  • Updated documentation for changed code.

@radoering radoering requested a review from a team March 23, 2024 14:09
@neersighted neersighted enabled auto-merge (rebase) March 23, 2024 14:46
@neersighted neersighted added area/solver Related to the dependency resolver kind/enhancement Not a bug or feature, but improves usability or performance labels Mar 23, 2024
@neersighted neersighted merged commit 8e1e87c into python-poetry:main Mar 23, 2024
24 checks passed
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/solver Related to the dependency resolver kind/enhancement Not a bug or feature, but improves usability or performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Poetry is incompatible with unstable-tagged Python builds (Invalid PEP 440 version: '3.Y.Z+')
2 participants