HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

Remove distutils #164

Open fabaff opened 3 months ago

fabaff commented 3 months ago

distutils is deprecated and slated for removal in Python 3.12

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

ojii commented 3 months ago

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

fabaff commented 3 months ago

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

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

ojii commented 3 months ago

ah, i was only looking in packaging related code.

fabaff commented 3 months ago

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