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

Poetry detects Python 3.10 as Python 3.1 #4354

Closed
9999years opened this issue Aug 4, 2021 · 3 comments
Closed

Poetry detects Python 3.10 as Python 3.1 #4354

9999years opened this issue Aug 4, 2021 · 3 comments
Labels
kind/bug Something isn't working as expected

Comments

@9999years
Copy link

from pathlib import Path

import poetry.utils.env

print(
    poetry.utils.env.VirtualEnv(path=Path("./.tox/py310")).marker_env["python_version"]
)
# Prints "3.1"
  • OS version and name: Fedora 34
  • Poetry version: 1.1.7
@9999years 9999years added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Aug 4, 2021
@9999years
Copy link
Author

9999years pushed a commit to 9999years/poetry that referenced this issue Aug 4, 2021
@apollo13
Copy link
Contributor

Dupe of the older #4340 which just got merged

Copy link

github-actions bot commented Mar 2, 2024

This issue 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 Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants