We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3c415 commit 5b93557Copy full SHA for 5b93557
.github/workflows/continuous-deployment.yaml
@@ -26,6 +26,7 @@ jobs:
26
matrix:
27
python: ['3.8', '3.9', '3.10', '3.11']
28
django: ['2.2', '3.2', '4.2', '5.0']
29
+ exclude:
30
- python: '3.8'
31
django: '5.0'
32
- python: '3.9'
0 commit comments