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 f275614 commit 48bcfddCopy full SHA for 48bcfdd
.github/workflows/test.yml
@@ -17,13 +17,13 @@ jobs:
17
18
strategy:
19
matrix:
20
- django-version: ['4.2', '5.2', '6.0']
+ django-version: ['4.2', '5.2', '6.0a1']
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
+ - django-version: '6.0a1' # Django 6.0a1 supports Python 3.12 and 3.13
27
python-version: '3.11'
28
include:
29
- working-directory: './project'
0 commit comments