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

Python version compatibility #91

Open
j-c-cook opened this issue Oct 14, 2024 · 0 comments · May be fixed by #92
Open

Python version compatibility #91

j-c-cook opened this issue Oct 14, 2024 · 0 comments · May be fixed by #92

Comments

@j-c-cook
Copy link

Python 3.9 does not reach end of life for another year. The main branch currently has functionality that was not introduced until PEP 622, which was associated with Python 3.10.

The main branch of python-can supports Python 3.8+.

So there's a couple issues here:

  1. Tests should build with all current active Python versions (Python 3.9+),
  2. The pyproject.toml file should accurately describe the version, along with documentation in the README.
Traceback (most recent call last):
    ...
    match self.state:
          ^
SyntaxError: invalid syntax
@j-c-cook j-c-cook linked a pull request Oct 14, 2024 that will close this issue
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 a pull request may close this issue.

1 participant