Commit 978a5bd
authored
fix: set packaging minimum version (#4367)
Set packaging minimum version to 22.0 to avoid the following error with
setuptools 71.x:
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
Likelihood of encountering this error increased since commit
e4239bd which bumped minimum version of
setuptools from 65.5.1 to 70.0.0
More information:
- pypa/setuptools#4483
- pypa/setuptools#4501
Signed-off-by: Fabrice Fontaine <[email protected]>1 parent 13a0a50 commit 978a5bd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments