linkml / prefixmaps

Semantic prefix map registry
https://linkml.io/prefixmaps/
Apache License 2.0
10 stars 3 forks source link

Add support for Python 3.12 #45

Closed Silvanoc closed 7 months ago

Silvanoc commented 8 months ago

This package cannot be installed on Python 3.12 due to an issue with greenlet.

The version of greenlet being installed according poetry.lock (2.0.1) cannot be built on Python 3.12. That issue has been fixed on greenlet 3.0.0. Dependencies need to be adapted accordingly in order to have support for Python 3.12 in this package and all dependants.