mirror of
https://github.com/actions/setup-python.git
synced 2025-04-17 00:29:14 +08:00
Compare commits
2 commits
4c52ed3c79
...
f5a49b3da2
Author | SHA1 | Date | |
---|---|---|---|
|
f5a49b3da2 | ||
|
dc4d48c968 |
7
.github/workflows/test-python.yml
vendored
7
.github/workflows/test-python.yml
vendored
|
@ -245,7 +245,7 @@ jobs:
|
|||
- name: Run simple code
|
||||
run: python -c 'import math; print(math.factorial(5))'
|
||||
|
||||
setup-versions-from-.tool-versions-file:
|
||||
setup-versions-from-tool-versions-file:
|
||||
name: Setup ${{ matrix.python }} ${{ matrix.os }} .tool-versions file
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue