Skip to content

feat: add support for python 3.14 and replace django-fsm to django-fsm-2 #1203

feat: add support for python 3.14 and replace django-fsm to django-fsm-2

feat: add support for python 3.14 and replace django-fsm to django-fsm-2 #1203

Workflow file for this run

name: Ruff
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: python -Im pip install --user ruff
- name: Run ruff
run: ruff check --output-format=github djangocms_alias