CiviWiki / OpenCiviWiki

Building a Better Democracy for the Internet Age
https://civi.wiki
Other
593 stars 344 forks source link

Distutils dependency not relevant in python 3.12+ #1509

Open NickTheCEO opened 3 months ago

NickTheCEO commented 3 months ago

Description

This project has a distutils package dependency, but that package was deprecated in 3.9+ and is totally removed from 3.12. Need to remove dependancy.

What should have happened?

Remove distutils depency in favor of setuptools or packaging.

What browser(s) are you seeing the problem on?

No response

Further details

No response

srikargade1 commented 1 month ago

Hi. I would like to work on this issue please.