lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Python 3.12 compatibility #129

Open dalito opened 10 months ago

dalito commented 10 months ago

ontospy is not ready for Python 3.12. It uses SafeConfigParser which was removed in 3.12.

jonassmedegaard commented 5 months ago

Michael R. Crusoe have provided a patch for this, now available here