We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caee97b commit ef2c52bCopy full SHA for ef2c52b
.github/workflows/test.yml
@@ -317,7 +317,7 @@ jobs:
317
RDBMS: oracle
318
strategy:
319
matrix:
320
- python-version: ['3.8', '3.12']
+ python-version: ['3.8', '3.10', '3.12']
321
django-version:
322
- '3.2' # LTS April 2024
323
- '4.2' # LTS April 2026
@@ -328,8 +328,16 @@ jobs:
328
exclude:
329
- python-version: '3.8'
330
django-version: '5.0'
331
+ - python-version: '3.10'
332
+ django-version: '5.0'
333
334
+ django-version: '3.2'
335
- python-version: '3.12'
336
django-version: '3.2'
337
+ - python-version: '3.12'
338
+ django-version: '4.2'
339
+ - python-version: '3.8'
340
341
- django-version: '3.2'
342
oracle-version: 'latest'
343
- django-version: '4.2'
0 commit comments