-
Notifications
You must be signed in to change notification settings - Fork 617
Enhance reading from .python-version #787
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
base: main
Are you sure you want to change the base?
Conversation
steps:
|
Hello @krystof-k👋, |
Hi @priya-kinthali, I did, please approve the workflows. |
@priya-kinthali I fixed the lint, please rerun. I have no idea what the |
@priya-kinthali sorry, I pushed into a wrong branch. Now it should pass. |
Hello @krystof-k👋, |
Hello @krystof-k 👋, |
Hey, @priya-kinthali, yeah, I will do it, I just haven't had the time yet. |
Hello @krystof-k👋, |
Hello @krystof-k👋, |
Hello @krystof-k👋, |
@priya-kinthali done ;) |
Hello @krystof-k 👋🏻, Thanks for updating the tests! However, Python 3.14 is currently a pre-release version and is not yet available as a stable release. To ensure the tests are accurate, could you please update the test cases to use the latest stable versions of Python (such as 3.13 or earlier)? We noticed that in Also in the following code snippet:
It looks like the same version appears twice in |
@priya-kinthali OK, I tried once more, I hope you will be satisfied this time, although I see no difference if using released or unreleased versions if the test only parses and compares text :) |
Enhance reading from .python-version file, matching the Pyenv behavior:
3.10/envs/virtualenv
)(see Don't use
.python-version
for auto-activation pyenv/pyenv-virtualenv#472)#
Closes #734 and supersedes #647.
Check list: