Skip to content

Commit 26cd8cf

Browse files
snopokeclaude
andcommitted
drop Django 3.2 from CI matrix
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 78e59f6 commit 26cd8cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
15-
django: ['django==3.2.*', 'django==4.2.*', 'django==5.2.*']
15+
django: ['django==4.2.*', 'django==5.2.*']
1616
experimental: [false]
1717
exclude:
18-
- python: '3.14'
19-
django: 'django==3.2.*'
2018
- python: '3.14'
2119
django: 'django==4.2.*'
22-
- python: '3.13'
23-
django: 'django==3.2.*'
2420
include:
2521
- python: '3.12'
2622
django: 'django==6.0.*'

0 commit comments

Comments
 (0)