10000 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
workflow update with latest versions
  • Loading branch information
mahabaleshwars committed Mar 11, 2025
commit f5a49b3da259b84c8d476adcf11092f575560c3d
5 changes: 4 additions & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,10 @@ jobs:
macos-13,
ubuntu-latest
]
python: [3.13.0, 3.14-dev, pypy3.7-v7.3.3, graalpy-24.1.2]
python: [3.13.0, 3.14-dev, pypy3.11-7.3.18, graalpy-24.1.2]
exclude:
- os: windows-latest
python: graalpy-24.1.2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading
0