Closed jace0x21 closed 6 months ago
distutils is used to determine if a module is in stdlib but distutils is deprecated in python3.12. To support 3.12 and prior python versions distutils is replaced with the stdlib-list package.
Closes https://github.com/trailofbits/fickling/issues/102
All committers have signed the CLA.
Thanks @jace0x21, LGTM overall. Would you mind signing the CLA?
Signed :)
Rebased PR on top of main branch. I also added 3.12 to the test matrix. Can someone approve the test workflows?
Thanks @jace0x21!
distutils is used to determine if a module is in stdlib but distutils is deprecated in python3.12. To support 3.12 and prior python versions distutils is replaced with the stdlib-list package.
Closes https://github.com/trailofbits/fickling/issues/102