Skip to content

tests: add testing for Python 3.14 Pre-release #2344

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Feb 25, 2025

Fixes #2239

This is blocked on grpc/grpc#39523 and grpc/grpc#39525

Also

        error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13)
        = help: please check if an updated version of PyO3 is available. Current version: 0.23.5
        = help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI

which should be fixed with PyO3/pyo3#5107

@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Feb 25, 2025
@parthea parthea force-pushed the cleanup-action branch 2 times, most recently from 5db96c7 to 35ea98e Compare February 25, 2025 17:54
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Mar 25, 2025
@parthea parthea force-pushed the cleanup-action branch 2 times, most recently from c10cec7 to 98be921 Compare March 26, 2025 19:56
@parthea parthea force-pushed the cleanup-action branch 23 times, most recently from 8e9dbef to 74c96d4 Compare May 7, 2025 14:49
@parthea parthea force-pushed the cleanup-action branch 8 times, most recently from dfb9dcb to df47790 Compare May 7, 2025 15:05
@parthea parthea changed the title [WIP] build: clean up github action test: add testing for Python 3.14 May 7, 2025
@parthea parthea force-pushed the cleanup-action branch 3 times, most recently from 2b7ecc4 to bd8559a Compare May 7, 2025 15:32
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels May 7, 2025
@parthea parthea changed the title test: add testing for Python 3.14 tests: add testing for Python 3.14 May 7, 2025
@parthea parthea changed the title tests: add testing for Python 3.14 tests: add testing for Python 3.14 Pre-release May 7, 2025
@parthea parthea added the status: blocked Resolving the issue is dependent on other work. label May 7, 2025
@parthea parthea self-assigned this May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large. status: blocked Resolving the issue is dependent on other work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add presubmits for Python 3.14 Pre-release
1 participant