Skip to content

Add Python 3.14 to the CI workflow matrix #164

Add Python 3.14 to the CI workflow matrix

Add Python 3.14 to the CI workflow matrix #164

Workflow file for this run

name: django-fsm linting
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- uses: pre-commit/[email protected]