Skip to content

Add Python versions 3.12 and 3.13 in CI checks #1380

Add Python versions 3.12 and 3.13 in CI checks

Add Python versions 3.12 and 3.13 in CI checks #1380

Workflow file for this run

name: ci auto
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci-auto-unix:
uses: ./.github/workflows/common.yml
with:
python-version: "3.7"
os: "ubuntu-22.04"
cmake-version: "3.24.x"