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
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:
Tests should build with all current active Python versions (Python 3.9+),
The pyproject.toml file should accurately describe the version, along with documentation in the README.
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:
pyproject.toml
file should accurately describe the version, along with documentation in the README.The text was updated successfully, but these errors were encountered: