Update to support python 3.13 - #125
Conversation
| PYTHON_GRPC_VERSION=1.60.1 | ||
| JAVA_GRPC_VERSION=1.70.0 | ||
| PYTHON_PROTOC_VERSION=5.29.4 | ||
| PYTHON_GRPC_VERSION=1.70.0 No newline at end of file |
There was a problem hiding this comment.
this version has known issues: see Release v1.70.0
would suggest to use a newer version. This will need the change of the used python version in build-python.yml to at least python 3.9 (in my opinion it should be 3.13). Python 3.8 support is then dropped, which is actually fine for me.
Also the version of the packages for python have to match a package version used with java.
|
It is necessary to add integration tests accross languages (and potentially versions) first, e.g. Java client and Python server and vice versa, and afterwards the Python and Java versions can be made to differ, i.e. instead of using a common version the version declarations will be split up. |
Updated gprc versions to support python 3.13
Checklist
The following aspects have been respected by the author of this pull request, confirmed by both pull request assignee and reviewer: