Skip to content

feat(toolchains): Add 3.13.10, 3.13.11, 3.14.1, 3.14.2, 3.15.0a2 #5654

feat(toolchains): Add 3.13.10, 3.13.11, 3.14.1, 3.14.2, 3.15.0a2

feat(toolchains): Add 3.13.10, 3.13.11, 3.14.1, 3.14.2, 3.15.0a2 #5654

Workflow file for this run

name: mypy
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
defaults:
run:
shell: bash
jobs:
ci:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v6
- uses: jpetrucciani/mypy-check@master
with:
requirements: 1.6.0
python_version: 3.9
path: 'python/runfiles'
- uses: jpetrucciani/mypy-check@master
with:
requirements: 1.6.0
python_version: 3.9
path: 'tests/runfiles'