GrammaticalFramework / gf-core

Grammatical Framework core: compiler, shell & runtimes
https://www.grammaticalframework.org
Other
129 stars 35 forks source link

Fix CI for "Build & Publish Python Package": use python 3.10 instead of latest #166

Closed inariksit closed 10 months ago

inariksit commented 10 months ago

The workflow that builds Python package used automatically the latest Python version, but the code requires the distutils library, which was removed in Python 3.12. (Source: https://stackoverflow.com/a/77233866) Fixed by changing into explicit requirement for Python 3.10 in the yaml file.