Skip to content

Update python-app.yml v5 #547

Update python-app.yml v5

Update python-app.yml v5 #547

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.10", "3.13"]
os: [windows-latest, macos-latest, ubuntu-latest, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
# uses: mayeut/setup-python@pypy-aarch64
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
python --version --version