Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Python 3.9 as minimum and update CI. #41

Closed

Conversation

joeced
Copy link

@joeced joeced commented Mar 12, 2024

Run CI scripts on Python versions 3.9 - 3.12 and updated pyproject.toml accordingly.

@watermarkhu
Copy link
Owner

watermarkhu commented Mar 12, 2024

It seems that it passes on 3.10 but fails on 3.9.

Looking at the test log, it is probably only due to the annotations with the PEP604 style. This should pass also on 3.9 after adding

from __future__ import annotations

@watermarkhu
Copy link
Owner

Hi @joeced I've added support for Python 3.9 in #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants