arsenic icon indicating copy to clipboard operation
arsenic copied to clipboard

Remove distutils

Open fabaff opened this issue 11 months ago • 4 comments

distutils is deprecated and slated for removal in Python 3.12

https://peps.python.org/pep-0632//#migration-advice

fabaff avatar Mar 18 '24 17:03 fabaff

this project doesn't use distutils from what I can see. what exactly are you suggesting should change?

ojii avatar Mar 18 '24 23:03 ojii

this project doesn't use distutils from what I can see

https://github.com/HENNGE/arsenic/blob/7d594eaecf373a8868475c149ee942bb1aeb1638/src/arsenic/services.py#L5

fabaff avatar Mar 19 '24 05:03 fabaff

ah, i was only looking in packaging related code.

ojii avatar Mar 19 '24 06:03 ojii

arsenic is a dependency of wapiti and with distutils it would not be possible to wapiti with Python 3.12.

fabaff avatar Apr 04 '24 09:04 fabaff