Skip to content

Update Python version to 3.13 in build and test workflows #19

Update Python version to 3.13 in build and test workflows

Update Python version to 3.13 in build and test workflows #19

name: 3.12
on:
push:
paths:
- src/**/*.py
- tests/**/*.py
- .github/workflows/build.yml
- .github/workflows/build-python-312-windows.yml
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
uses: ./.github/workflows/build.yml
with:
python_version: 3.12
os: windows-latest