lukeparser / pybison

Use Bison directly from Python
https://pypi.org/project/pybison
GNU General Public License v2.0
26 stars 6 forks source link

distutils is deprecated planned for Python 3.12 #34

Closed da-h closed 2 years ago

da-h commented 2 years ago

From the docs:

distutils is deprecated with removal planned for Python 3.12. See the What’s New entry for more information.

The use of distutils should therefore be replaced in the near future, especially from .buildLib() (in bison_.pyx), which is probably a bit outdated anyway.

sbrodehl commented 2 years ago

Thanks for bringing this up! I can take care of this if you like?

da-h commented 2 years ago

Sure, this would be great! :+1: