Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python==3.13 support #417

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Add python==3.13 support #417

wants to merge 12 commits into from

Conversation

paddyroddy
Copy link
Collaborator

@paddyroddy paddyroddy commented Oct 8, 2024

@paddyroddy paddyroddy added enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 8, 2024
@paddyroddy paddyroddy self-assigned this Oct 8, 2024
@paddyroddy paddyroddy mentioned this pull request Apr 1, 2025
1 task
@paddyroddy paddyroddy requested a review from Copilot April 1, 2025 16:09
Copy link
Contributor

@Copilot 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

This PR adds support for Python 3.13 by updating the project's configuration and testing workflows. Key changes include:

  • Updating the pyproject.toml file to include Python 3.13 classifiers, tox environments, and gh.python mappings.
  • Modifying GitHub workflow files to run tests, examples, documentation builds, and deployments with Python 3.13.

Reviewed Changes

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

Show a summary per file
File Description
pyproject.toml Added Python 3.13 classifiers and tox env mappings
.github/workflows/test.yaml Added Python 3.13 to test workflows
.github/workflows/examples.yaml Switched example setup from 3.12 to 3.13
.github/workflows/documentation.yaml Updated documentation build to use Python 3.13
.github/workflows/deploy.yaml Updated deployment workflow to use Python 3.13

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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant