Skip to content

Conversation

@ryanlua
Copy link
Owner

@ryanlua ryanlua commented Jul 4, 2025

Description

Adds Python 3.13 to list of Python versions for testing and deployment

Related Issues

Closes #54

Changes Made

Checklist

  • I have tested these changes thoroughly.
  • I have reviewed my code for any potential errors or issues.
  • I have followed the code style guidelines for this project.

Additional Notes

Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
@ryanlua ryanlua requested a review from Copilot July 4, 2025 01:09
@ryanlua ryanlua self-assigned this Jul 4, 2025
@ryanlua ryanlua added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 4, 2025
@github-actions
Copy link

github-actions bot commented Jul 4, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds Python 3.13 support across project metadata, documentation builds, and CI matrix.

  • Introduce Python 3.13 classifier in pyproject.toml
  • Update Read the Docs build to use Python 3.13
  • Extend GitHub Actions CI matrix to include Python 3.13

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Added "Programming Language :: Python :: 3.13" classifier
.readthedocs.yml Changed build tool Python version to 3.13
.github/workflows/ci.yml Included 3.13 in the python-version matrix

@ryanlua ryanlua added this to the v0.1.4 milestone Jul 4, 2025
@ryanlua ryanlua merged commit 66ef584 into main Jul 4, 2025
10 checks passed
@ryanlua ryanlua deleted the python3.13 branch July 4, 2025 01:11
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Python 3.13

2 participants