Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21380 to look at the new patch set (#4). Change subject: [Python] Update dependencies and 3.10 support ...................................................................... [Python] Update dependencies and 3.10 support This patch updates the package dependencies to clearly define the supported Python versions. Previously, supported versions were determined through trial and error (KUDU-2951). With this update, the following versions are now explicitly supported: - Python 2.7 - Python 3.6 to 3.10 (inclusive) This patch adds support for the newer Python versions 3.9 and 3.10. Support for Python versions 3.0 to 3.5 has been discontinued due to dependency complications in this range. However, this decision can be revisited based on community feedback. To re-add support for these versions, use the following marker in `setup.py` and `requirements.txt`: 'python_version >= 3.0, < 3.6'. Testing was conducted manually on: - Ubuntu 20: Python 2.7, Python 3.6 to 3.10 - SLES 15 SP5: Python 3.10 The `setup.py` file has been updated to reflect these changes, ensuring the correct versions are visible on PyPI upon the next release. Change-Id: I930a15018158563996819fb33d32a3bb5641c396 --- M python/requirements.txt M python/setup.py 2 files changed, 29 insertions(+), 34 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/21380/4 -- To view, visit http://gerrit.cloudera.org:8080/21380 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I930a15018158563996819fb33d32a3bb5641c396 Gerrit-Change-Number: 21380 Gerrit-PatchSet: 4 Gerrit-Owner: Marton Greber <greber...@gmail.com> Gerrit-Reviewer: Kudu Jenkins (120)