Skip to content

chore(deps): update actions/setup-python action to v5 #25

chore(deps): update actions/setup-python action to v5

chore(deps): update actions/setup-python action to v5 #25

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