DiamondLightSource / python3-pip-skeleton

Archived in favour of https://github.com/DiamondLightSource/python-copier-template
Apache License 2.0
4 stars 4 forks source link

Link checker fails on Python 3.12 #157

Open AlexanderWells-diamond opened 10 months ago

AlexanderWells-diamond commented 10 months ago

As of Python3.12, the numpy package numpy.distutils has been deprecated. This causes a problem in the link check workflow. Here's an example failed workflow.

The skeleton should be modified so that its linkchecker works. The simplest solution for now is likely pinning the python version in linkcheck.yml to specify a Python version <=3.11.