Commit 98bbc64
Fix CI Django version specifier to pin to intended minor version
The ~= specifier (e.g. ~=5.0) means >=5.0,==5.*, which installs the
latest 5.x release rather than the intended 5.0.x. Change to
>=X.Y.dev0,==X.Y.* to correctly pin each matrix entry to its minor
version while still allowing pre-releases.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ef6c50b commit 98bbc64
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments