Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 7, 2025

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:

    • Added Programming Language :: Python :: 3.13 classifier
    • Added py313 to tox envlist
    • Updated [gh-actions] mapping to run lint and tests on Python 3.13
  • .github/workflows/main.yml:

    • Added "3.13" to the Python version matrix for CI/CD testing across all platforms (Ubuntu, macOS, Windows)
  • pyproject.toml:

    • Added 'py313' to black formatter target-version list

Testing

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

Create a pull request to add python 3.13 support. This mainly involves updating setup.cfg and .github/workflows/main.yml


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] Add Python 3.13 support in configuration files Add Python 3.13 support Oct 7, 2025
Copilot AI requested a review from engineervix October 7, 2025 09:24
Copilot finished work on behalf of engineervix October 7, 2025 09:24
@engineervix engineervix marked this pull request as ready for review October 7, 2025 09:45
@codecov
Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.95%. Comparing base (6ceeda0) to head (2b04631).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #147   +/-   ##
=======================================
  Coverage   80.95%   80.95%           
=======================================
  Files           2        2           
  Lines         126      126           
  Branches       10       10           
=======================================
  Hits          102      102           
  Misses         20       20           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@engineervix engineervix force-pushed the copilot/add-python-3-13-support branch from 6e47413 to 2b04631 Compare October 7, 2025 09:58
@engineervix engineervix merged commit 2718da4 into master Oct 7, 2025
24 checks passed
@engineervix engineervix deleted the copilot/add-python-3-13-support branch October 7, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants