python 3.13 not supported

This commit is contained in:
MaurizioPilia 2025-10-09 12:41:17 +02:00 committed by GitHub
parent b163a163cc
commit 4fc0fd85c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,11 +26,9 @@ jobs:
test:
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
python_version: ["3.10", "3.11", "3.12", "3.14"]
django_version: ["4.2", "5.2"]
exclude:
- python_version: 3.13
django_version: 4.2
runs-on: ubuntu-latest
steps: