Add Python 3.13 support #147
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for Python 3.13 to the readme-coverage-badger package.
Changes
The following configuration files have been updated to include Python 3.13:
setup.cfg:Programming Language :: Python :: 3.13classifierpy313to toxenvlist[gh-actions]mapping to run lint and tests on Python 3.13.github/workflows/main.yml:"3.13"to the Python version matrix for CI/CD testing across all platforms (Ubuntu, macOS, Windows)pyproject.toml:'py313'to black formattertarget-versionlistTesting
All existing tests pass on Python 3.12.3, and all linters (black, isort, flake8, mypy) pass successfully. No code changes were required as the package already works with Python 3.13 - only configuration updates were needed.
Related
This follows the same pattern as the previous Python 3.11 and 3.12 support addition in v1.0.0 (commit e30c803).
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.