exlcude test django 6.0 with python 3.10 or 3.11 since it requires python3.12

This commit is contained in:
David Paul Graham 2026-03-07 16:03:28 -05:00
parent 636caa3f24
commit 660ac2d561
No known key found for this signature in database
GPG key ID: ACDB045B782EF333

View file

@ -28,6 +28,11 @@ jobs:
matrix:
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
django_version: ["4.2", "5.1", "5.2", "6.0"]
exclude:
- python_version: "3.10"
django_version: "6.0"
- python_version: "3.11"
django_version: "6.0"
runs-on: ubuntu-latest