Skip to content

Bump stable Python versions: 3.13.4, 3.12.11, 3.11.13, 3.10.18 and 3.… #1156

Bump stable Python versions: 3.13.4, 3.12.11, 3.11.13, 3.10.18 and 3.…

Bump stable Python versions: 3.13.4, 3.12.11, 3.11.13, 3.10.18 and 3.… #1156

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
FORCE_COLOR: 1
jobs:
check:
runs-on: "ubuntu-latest"
name: "check"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Run checks"
run: |
python ./check.py