Skip to content

Commit 48bcfdd

Browse files
committed
Use 6.0 alpha 1 version instead of 6.0
1 parent f275614 commit 48bcfdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
django-version: ['4.2', '5.2', '6.0']
20+
django-version: ['4.2', '5.2', '6.0a1']
2121
python-version: ['3.11', '3.12', '3.13']
2222
working-directory: ['./packages/hidp']
2323
exclude:
2424
- django-version: '4.2'
2525
python-version: '3.13'
26-
- django-version: '6.0' # Django 6.0 supports Python 3.12 and 3.13
26+
- django-version: '6.0a1' # Django 6.0a1 supports Python 3.12 and 3.13
2727
python-version: '3.11'
2828
include:
2929
- working-directory: './project'

0 commit comments

Comments
 (0)