Skip to content

Commit 14a493a

Browse files
committed
test against django 6.0 alpha 1
1 parent 02b0b76 commit 14a493a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- '4.2' # LTS April 2026
4242
- '5.1' # December 2025
4343
- '5.2' # LTS April 2028
44+
- '6.0a1' # alpha prerelease
4445
exclude:
4546
- django-version: '4.2'
4647
postgres-version: '9.6'
@@ -91,6 +92,17 @@ jobs:
9192
# https://github.com/psycopg/psycopg2/pull/1695
9293
- python-version: '3.14'
9394
psycopg-version: 'psycopg2'
95+
96+
- python-version: '3.9'
97+
django-version: '6.0a1'
98+
- python-version: '3.10'
99+
django-version: '6.0a1'
100+
- python-version: '3.11'
101+
django-version: '6.0a1'
102+
- python-version: '3.12'
103+
django-version: '6.0a1'
104+
- python-version: '3.13'
105+
django-version: '6.0a1'
94106

95107
env:
96108
RDBMS: postgres

0 commit comments

Comments
 (0)