-
Notifications
You must be signed in to change notification settings - Fork 153
Add pypi python 3.13 build to the pipeline #2016
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
Conversation
b1dd059 to
7b6fc86
Compare
5ad1153 to
9a0e71f
Compare
05817ca to
c0d5784
Compare
c0d5784 to
4e9bbec
Compare
G-D-Petrov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but can you also run the persistent storage tests just in case
| if: matrix.os == 'linux' | ||
| run: echo /opt/python/${{env.python_impl_name}}*/bin >> $GITHUB_PATH | ||
| run: | | ||
| #there are cp313 and cp313t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what us the difference between the two?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cp313 with t is the experimental free threading version
poodlewars
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is our pybind version new enough for Python 3.13?
@poodlewars |
G-D-Petrov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The persistent tests passed correctly here so I am approving.
Reference Issues/PRs
Depends on #2050. Need to rebase after #2050 is merged
What does this implement or fix?
Add python3.13 build to pipeline and upgrade grpc for 3.13 wheel build
Any other comments?
Checklist
Checklist for code changes...