jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
477 stars 188 forks source link

Remove use of deprecated ‘distutils’ library #253

Open bignose-debian opened 1 year ago

bignose-debian commented 1 year ago

Python versions from 3.10 onward deprecate use of ‘distutils’ (in PEP 632), and it will be removed from Python 3.12.

This project should remove the option for ‘distutils’, and commit to use only the recommended ‘setuptools’ for building the package.

bignose-debian commented 1 year ago

I have implemented changes to fix this issue, in branch wip/issue/253/distutils-deprecated of my personal fork repository.

The branch merges cleanly to current 'master' branch.