pyiron / pyiron_ontology

Combining pyiron and owlready2 for ontologically guided workflow design
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Python 3.11 not supported by owlready2 on windows #26

Closed liamhuber closed 1 year ago

liamhuber commented 1 year ago

Owlready2 seems to have stopped supporting windows about a year ago, and has no python 3.11 version. That means the latest centralized unit tests crash, and we can't officially support python 3.11 across all platforms.

The easiest safe thing to do is drop support for python 3.11.

jan-janssen commented 1 year ago

I added windows support to owlready2 in https://github.com/conda-forge/owlready2-feedstock/pull/38 - it now supports Python 3.11 and 3.12

liamhuber commented 1 year ago

I added windows support to owlready2 in https://github.com/conda-forge/owlready2-feedstock/pull/38 - it now supports Python 3.11 and 3.12

Awesome!