Skip to content

Conversation

@bosd
Copy link
Collaborator

@bosd bosd commented Aug 10, 2025

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.

@bosd bosd added dependencies Pull requests that update a dependency file python Pull requests that update Python code removal Removals and Deprecations labels Aug 10, 2025
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.
@bosd bosd force-pushed the fix/drop-python3.8-support branch from 14464a4 to 85f5378 Compare August 10, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code removal Removals and Deprecations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants