Savonitar opened a new pull request, #270: URL: https://github.com/apache/flink-connector-kafka/pull/270
The weekly CI Python test job fails on the v4.0 branch in the py38-cython tox environment (Python 3.8): https://github.com/apache/flink-connector-kafka/actions/runs/27484280508/job/81237466038 This is toolchain drift, not a connector code change. The tox Python environments bootstrap pip unpinned (is not fixed). Modern pip no longer supports Python 3.8, even its own code uses a Python 3.10+ feature, so pip crashes on import under Python 3.8 and cannot install apache-flink. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
