-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support Version specifiers for --python #3005
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, but no pull request will be reviewed or merged without 100% test coverage for all your changes.
@gaborbernat Agree, make sense. Will get this fixed |
|
The CI will run on your fork. |
|
Branch seems corrupted. Moving to new Pull request: #3008 |
|
@gaborbernat can you please take a look at #3008 when you get a chance. Test coverage are linked in the comment in that same PR |
Thanks for contributing, make sure you address all the checklists (for details on how see development documentation)
tox -e fix)docs/changelogfolderFind and use any Python >= 3.12
virtualenv --python='>=3.12' venv
Use Python compatible with ~=3.11.0 (i.e., 3.11.x)
virtualenv --python='~=3.11.0' venv
Use Python exactly 3.10
virtualenv --python='==3.10' venv
Backward compatible - still works
virtualenv --python=python3.11 venv
virtualenv --python=/usr/bin/python3 venv