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

Expand tested Python versions #130

Open ajnelson-nist opened 10 months ago

ajnelson-nist commented 10 months ago

Python 3.7 is now past end of support. The current versions available, and their end of support dates, are listed on the python.org downloads page.

This patch meant to expand testing to run CI against the oldest and most recent active Python releases. However, nose (not updated since 2015) fails to run due to referencing collections.Callable, a construct present in Python 2.7, but absent from documentation since Python 3.3, and unable to be referenced starting in Python 3.10.

References: