Skip to content

⬆️ Set python version to 3.12 #1

⬆️ Set python version to 3.12

⬆️ Set python version to 3.12 #1

Workflow file for this run

name: PR Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
with:
python-version: "3.12"
os: "ubuntu-latest"