We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68247fa commit 9b8aca0Copy full SHA for 9b8aca0
.github/workflows/tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- python-version: [ "3.10", "3.11", "3.12"]
+ python-version: [ "3.11", "3.12"]
30
django-version: [ "4.2", "5.1"]
31
db-engine: ["pg", "mysql"]
32
env:
0 commit comments