Skip to content

specify return type in Autodata #51

specify return type in Autodata

specify return type in Autodata #51

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