webknossos-libs
webknossos-libs copied to clipboard
Support Python 3.10
Looks like Python 3.9 does not yet work with wkcuber.
https://github.com/scalableminds/webknossos-cuber/runs/1571097340?check_suite_focus=true
It also does not work with webknossos. With Python 3.9 I get:
TypeError: Invalid first argument to `register()`. typing.Literal['color', 'segmentation'] is not a class.
for a simple:
import webknossos as wk
Please restrict the PyPi dependencies accordingly or run unit test also against 3.9 & 3.10. False badges in README.md do not help anyone ...
Thanks for letting us know.
Please restrict the PyPi dependencies accordingly or run unit test also against 3.9 & 3.10. False badges in README.md do not help anyone ...
That's unfortunate. This are inferred automatically from the pyproject.toml. It seems newer versions are underspecified there. Will fix that.
wk-libs supports Python 3.9 in the meantime, and the badges in the Readme are fixed. Python 3.10 is not tested yet and might not work.