Skip to content

feat: add support for python 3.14 (#79) #224

feat: add support for python 3.14 (#79)

feat: add support for python 3.14 (#79) #224

Workflow file for this run

name: Run flake8 validation
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
permissions:
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: 3.14
- name: Run flake8 verification
run: |
./scripts/lint.sh