hugapi / hug

Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
MIT License
6.86k stars 388 forks source link

distutils has been deprecated in Python 3.10 #896

Open tirkarthi opened 2 years ago

tirkarthi commented 2 years ago

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

https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/types.py#L26

https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/api.py#L27

luser commented 8 months ago

This is now worse: distutils has been removed in Python 3.12, so using hug fails.