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

Enhance reading from .python-version #787

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

krystof-k
Copy link

Enhance reading from .python-version file, matching the Pyenv behavior:

Closes #734 and supersedes #647.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@krystof-k krystof-k requested a review from a team as a code owner January 3, 2024 23:43
@maruthiaws0808
Copy link

steps:

  • uses: actions/checkout@v4
  • uses: actions/setup-python@v4
    with:
    python-version: 'graalpy-22.3'
  • run: python my_script.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Action breaks when .python-version file specifies multiple versions
3 participants