Skip to content

Commit 016650a

Browse files
authored
Merge pull request #44 from dimagi/sk/django-upgrades
Django/Python version upgrades
2 parents 9017f9a + 26cd8cf commit 016650a

File tree

2 files changed

+80
-64
lines changed

2 files changed

+80
-64
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python: ['3.9', '3.10', '3.11', '3.12']
15-
django: ['django==3.2.*', 'django==4.2.*']
14+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
15+
django: ['django==4.2.*', 'django==5.2.*']
1616
experimental: [false]
17+
exclude:
18+
- python: '3.14'
19+
django: 'django==4.2.*'
1720
include:
18-
- python: '3.10'
19-
django: 'https://github.com/django/django/archive/refs/heads/stable/5.0.x.zip#egg=Django'
21+
- python: '3.12'
22+
django: 'django==6.0.*'
2023
experimental: true
2124
# NOTE this job will appear to pass even when it fails because of
2225
# `continue-on-error: true`. Github Actions apparently does not

0 commit comments

Comments
 (0)