Skip to content

Update tests to run against currently supported Python and Django #22

Update tests to run against currently supported Python and Django

Update tests to run against currently supported Python and Django #22

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.10
3.11
3.12
3.13
3.14
- run: pip install nox
- run: nox