Skip to content

GitHub Actions: Add free threaded Python 3.14t #184

GitHub Actions: Add free threaded Python 3.14t

GitHub Actions: Add free threaded Python 3.14t #184

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@v6
with:
python-version: '3.13'
- uses: pre-commit/[email protected]