Skip to content

Update django requirement from <6,>=4.2.14 to >=4.2.14,<7 #3523

Update django requirement from <6,>=4.2.14 to >=4.2.14,<7

Update django requirement from <6,>=4.2.14 to >=4.2.14,<7 #3523

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.12]
steps:
- uses: actions/checkout@v6
- name: Flake8
run: make flake8
- name: Test
run: make test