Commit 7add2fa
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 8255408 commit 7add2fa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments