citymania-org / grf-py

A Python framework for making NewGRFs for OpenTTD
GNU General Public License v2.0
14 stars 3 forks source link

Fails to build in Python 3.12 #35

Open SparklesReal opened 2 months ago

SparklesReal commented 2 months ago

There are errors when building with python 3.12 due to it using numpy version 1.25.0 that is having trouble building in Python 3.12. Newer numpy versions like 1.26 are able to build in Python 3.12. My suggestion is to update the numpy version used (if possible) so compiling works in the newer Python versions.