Skip to content

Add explicit Python 3.13 support - #5

Merged
steven-cutting merged 2 commits into
mainfrom
codex/add-support-for-python-3.13
Oct 7, 2025
Merged

steven-cutting merged 2 commits into
mainfrom
codex/add-support-for-python-3.13

Conversation

@steven-cutting

Copy link
Copy Markdown
Owner

Summary

  • declare Python 3.13 in the project classifiers
  • extend the nox Python matrix to cover 3.13
  • run GitHub Actions CI against Python 3.13

Testing

  • not run (not requested)

https://chatgpt.com/codex/tasks/task_e_68e4a7308b888326b4f0fcee3de83c17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds explicit Python 3.13 support to the project by updating configuration files to include Python 3.13 in the supported versions matrix.

  • Declared Python 3.13 support in project classifiers
  • Extended nox testing matrix to include Python 3.13
  • Updated GitHub Actions CI to test against Python 3.13

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Added Python 3.13 classifier to declare official support
noxfile.py Extended PY list to include "3.13" for nox testing sessions
.github/workflows/ci.yml Added Python 3.13 to the CI matrix for automated testing

Comment thread .github/workflows/ci.yml Outdated
@steven-cutting
steven-cutting requested a review from Copilot October 7, 2025 06:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@steven-cutting
steven-cutting requested a review from Copilot October 7, 2025 06:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

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

@steven-cutting
steven-cutting merged commit d0921ea into main Oct 7, 2025
6 checks passed
@steven-cutting
steven-cutting deleted the codex/add-support-for-python-3.13 branch October 7, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants