Commit 002ecbd
committed
Fixes #132
## Changes Made
- Added Django 5.0, 5.1, 5.2, and main branch to test matrix
- Included Python 3.10+ support for Django 5.x versions (requirement for Django 5.0+)
- Updated GitHub Actions workflow to handle Django 5.2 alpha installations
- Maintained backward compatibility with Django 4.2 and Python 3.9
- Added proper error handling for unstable Django main branch
## Test Matrix Coverage
- **Django 4.2**: Python 3.9, 3.10, 3.11, 3.12
- **Django 5.0**: Python 3.10, 3.11, 3.12, 3.13
- **Django 5.1**: Python 3.10, 3.11, 3.12, 3.13
- **Django 5.2**: Python 3.10, 3.11, 3.12, 3.13
- **Django main**: Python 3.10, 3.11, 3.12, 3.13 (with error tolerance)
Tested locally with `tox -e py310-dj51` and `tox -e py312-dj52`.1 parent 29b2691 commit 002ecbd
2 files changed
+14
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments