Commit deb6e11
committed
feat: widen win32 and package_info_plus dependency constraints
- Update win32 from `>=5.6.1 <6.0.0` to `>=5.6.1 <7.0.0`
- Update package_info_plus from `^9.0.0` to `>=9.0.0 <11.0.0`
No code changes required — the Windows plugin uses only
`SetThreadExecutionState` with `ES_CONTINUOUS` and `ES_DISPLAY_REQUIRED`,
which are fully compatible with win32 6.x (`EXECUTION_STATE` extension
type implements `int`).
Closes #1201 parent 4f4be85 commit deb6e11
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments