Compare commits

...

2 commits

Author SHA1 Message Date
mahabaleshwars
f5a49b3da2 workflow update with latest versions 2025-03-11 11:14:49 +05:30
mahabaleshwars
dc4d48c968 Fix test-python.yml error 2025-03-11 10:53:59 +05:30

View file

@ -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