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
feat: Drop Python 3.8 support and add Python 3.13 tests
This commit drops support for Python 3.8, which was failing due to an
issue with an older version of setuptools and the license field in
pyproject.toml.
The supported Python version range is now '>=3.9'.
Additionally, this commit adds a test job for Python 3.13 to the CI
workflow to ensure compatibility with the latest Python version.
feat: Drop Python 3.8 support and add Python 3.13 tests
This commit drops support for Python 3.8, which was failing due to an
issue with an older version of setuptools in pyproject.toml.
The supported Python version range is now '>=3.9'.
Additionally, this commit adds a test job for Python 3.13 to the CI
workflow to ensure compatibility with the latest Python version.
fix: Update indices in noxfile.py
This commit updates the indices in noxfile.py to point to the correct
python versions after the list of supported versions was changed.
0 commit comments