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

feat: add support for python 3.13 #696

Merged
merged 11 commits into from
Oct 15, 2024
Merged

feat: add support for python 3.13 #696

merged 11 commits into from
Oct 15, 2024

Conversation

parthea
Copy link
Collaborator

@parthea parthea commented Sep 13, 2024

Fixes #695 🦕

@parthea parthea added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Sep 13, 2024
@parthea parthea added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@parthea
Copy link
Collaborator Author

parthea commented Sep 13, 2024

Blocked by grpc/grpc#34922

@parthea parthea added the status: blocked Resolving the issue is dependent on other work. label Sep 13, 2024
@parthea parthea self-assigned this Oct 9, 2024
@parthea parthea removed the status: blocked Resolving the issue is dependent on other work. label Oct 9, 2024
@parthea parthea marked this pull request as ready for review October 9, 2024 17:12
@parthea parthea requested review from a team as code owners October 9, 2024 17:12
@parthea parthea removed their assignment Oct 9, 2024
@@ -95,7 +95,8 @@ def install_prerelease_dependencies(session, constraints_path):
prerel_deps = [
"google-auth",
"googleapis-common-protos",
"grpcio",
# Exclude grpcio!=1.67.0rc1 which does not support python 3.13
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to disable the rc version? My assumption is that the latest stable version is installed by default.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Without this change, the pre-release test fails (See https://github.com/googleapis/python-api-core/actions/runs/11259852849/job/31309789274)

Do we need to disable the rc version? My assumption is that the latest stable version is installed by default.

We don't get the stable version in the prerelease_deps nox session. We get the latest pre-release which is https://pypi.org/project/grpcio/1.67.0rc1/. We're not disabling all rc versions, just 1.67.0rc1 which doesn't support python 3.13

noxfile.py Outdated Show resolved Hide resolved
Co-authored-by: ohmayr <[email protected]>
@parthea parthea merged commit 46b3d3a into main Oct 15, 2024
43 checks passed
@parthea parthea deleted the add-python-313 branch October 15, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Python 3.13
2 participants