Skip to content

chore: support Python 3.13, prep for 3.14 #263

chore: support Python 3.13, prep for 3.14

chore: support Python 3.13, prep for 3.14 #263

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint-python:
uses: trailofbits/.github/.github/workflows/make-lint.yml@v0.1.3
with:
language: "python"
python-version: "3.9"
all-lints-pass:
if: always()
needs:
- lint-python
runs-on: ubuntu-latest
steps:
- name: check test jobs
uses: re-actors/alls-green@v1.2.2
with:
jobs: ${{ toJSON(needs) }}