We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e24632 commit f275614Copy full SHA for f275614
.github/workflows/test.yml
@@ -17,12 +17,14 @@ jobs:
17
18
strategy:
19
matrix:
20
- django-version: ['4.2', '5.2']
+ django-version: ['4.2', '5.2', '6.0']
21
python-version: ['3.11', '3.12', '3.13']
22
working-directory: ['./packages/hidp']
23
exclude:
24
- django-version: '4.2'
25
python-version: '3.13'
26
+ - django-version: '6.0' # Django 6.0 supports Python 3.12 and 3.13
27
+ python-version: '3.11'
28
include:
29
- working-directory: './project'
30
python-version: '3.12'
0 commit comments