Anton Pirker
Anton Pirker
There is one problem with this: We group different frameworks together in one YAML file (like all database integrations) and those integrations need different Python versions to test on. The...
will not do this right now. Closing
Closing for now, because this will not come anytime soon and we are in the middle of bigger changes with using otel, which probably change the requirements a bit.
Currently the show blocker is, that `grpcio` does not yet support Python 3.13. But will do so by the end of September 2024, see this comment: https://github.com/grpc/grpc/issues/34922#issuecomment-2234243059
I read it and everything looks reasonable. How clients and the noop client are handled i have not yet fully figured out for python. But I guess I need to...
Makes sense. @xrmx Would it be desirable to have a separate job that runs the tests only against the latest Python pre-release that is not mandatory so we get a...
I do not know about the limits, sorry. I have added the exclusions for `boto` and `kafka-python`.
I ran all the test suites using Python 3.13.0b1 and those are the ones that are failing: ``` py313-test-instrumentation-aiopg: FAIL code 1 (63.75=setup[0.08]+cmd[13.91,12.72,7.29,9.46,20.29] seconds) py313-test-instrumentation-botocore: FAIL code 1 (112.76=setup[1.06]+cmd[17.77,11.54,8.03,9.44,64.91] seconds)...
So a question @xrmx : will otel only support Python 3.13 when all the instrumentation's work with 3.13? (could take a while for all those libraries to add support for...
I know there will be a lot of work needed to make opentelementry-python-contrib compatible with Python 3.13. I am also aware that this will probably not happen before Python 3.13...