Commit e09f997
Tom Robinson
Fix Python 3.12 deprecations in versioneer
The SafeConfigParser has been fully deprecated from Python 3.11 onwards.
Move to use ConfigParser instead alongside the new methods needed.1 parent 22dcb08 commit e09f997
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
0 commit comments