Skip to content

feat: add support for Python 3.14#1153

Open
jenstroeger wants to merge 1 commit intomainfrom
add-py314
Open

feat: add support for Python 3.14#1153
jenstroeger wants to merge 1 commit intomainfrom
add-py314

Conversation

@jenstroeger
Copy link
Copy Markdown
Owner

Adding support for Python 3.14.

@jenstroeger jenstroeger requested a review from behnazh as a code owner April 24, 2026 01:41
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread pyproject.toml
]
# Note that the `custom_exit_code` and `env` plugins may currently be unmaintained.
test = [
"coverage ==7.6.12; python_version<'3.14'", # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281
Copy link
Copy Markdown
Owner Author

@jenstroeger jenstroeger Apr 24, 2026

Choose a reason for hiding this comment

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

We need to review this constraint; see also PR #1115.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Are you planning to review the constraint in this PR?

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.

3 participants