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
In theory, this package should be compatible with Python <=3.9, and >=3.11. But I should test, just in case
Then I can run any CI pipelines with these additional Python versions, extend the Python version range in pyproject.toml, as well as the Python badge in the README to showcase compatibility
With Python >= 3.11, tomli is included in the standard library. So maybe I can put constraints on the dependency to only install for <= 3.10
The text was updated successfully, but these errors were encountered:
In theory, this package should be compatible with Python <=3.9, and >=3.11. But I should test, just in case
Then I can run any CI pipelines with these additional Python versions, extend the Python version range in
pyproject.toml
, as well as the Python badge in the README to showcase compatibilityWith Python >= 3.11,
tomli
is included in the standard library. So maybe I can put constraints on the dependency to only install for <= 3.10The text was updated successfully, but these errors were encountered: