8000 Add support for .tool-versions file in setup-python by mahabaleshwars · Pull Request #1043 · actions/setup-python · GitHub
[go: up one dir, main page]

Skip to content

Add support for .tool-versions file in setup-python #1043

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

Merged
Prev Previous commit
Next Next commit
fix formatting in test-python.yml
  • Loading branch information
mahabaleshwars committed Mar 11, 2025
commit 4c52ed3c79512b88feefda579b6105a0f8346d1f
26 changes: 13 additions & 13 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,19 +261,19 @@ jobs:
ubuntu-latest
]
python: [3.13.0, 3.14-dev, pypy3.7-v7.3.3, graalpy-24.1.2]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: build-tool-versions-file ${{ matrix.python }}
run: |
echo "python ${{ matrix.python }}" > .tool-versions

- name: setup-python using .tool-versions ${{ matrix.python }}
id: setup-python-tool-versions
uses: ./
with:
python-version-file: .tool-versions
steps:
- name: Checkout
uses: actions/checkout@v4

- name: build-tool-versions-file ${{ matrix.python }}
run: |
echo "python ${{ matrix.python }}" > .tool-versions

- name: setup-python using .tool-versions ${{ matrix.python }}
id: setup-python-tool-versions
uses: ./
with:
python-version-file: .tool-versions

setup-pre-release-version-from-manifest:
name: Setup 3.14.0-alpha.1 ${{ matrix.os }}
Expand Down
3D61 Loading
0