You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library no longer works with Python 3.11. This is the default python in for example Debian 12.
typing.overide was added in 3.12 (https://peps.python.org/pep-0698/) is it intentional to break the library because of a typing feature. Seems like the benefits do not justify the inconvenience to users
environment.yml does not state the dependency, so the library will download fine, but will be broken.
The text was updated successfully, but these errors were encountered:
davidosterberg
changed the title
Dependency on Python 3.12 not stated in pyproject.toml
Dependency on Python 3.12 not stated in environment.yml
Oct 30, 2024
@davidosterberg This is already being adressed in this pull request #45. It was a mistake to rely on python 12+ specific syntax. This should have been caught by the CI-system.
Library no longer works with Python 3.11. This is the default python in for example Debian 12.
The text was updated successfully, but these errors were encountered: