Skip to content

Add Django trove classifiers for 5 and upcoming 5.2 release. #395

Add Django trove classifiers for 5 and upcoming 5.2 release.

Add Django trove classifiers for 5 and upcoming 5.2 release. #395

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip
cache-dependency-path: requirements/dev.txt
- name: Lint
run: make lint
- name: Test
run: make test