Hello Zoltan Martonka, Attila Bukor,

I'd like you to do a code review. Please visit

    http://gerrit.cloudera.org:8080/21853

to review the following change.


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
Reviewed-on: http://gerrit.cloudera.org:8080/21380
Tested-by: Marton Greber <greber...@gmail.com>
Reviewed-by: Attila Bukor <abu...@apache.org>
Reviewed-by: Zoltan Martonka <zmarto...@cloudera.com>
---
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/53/21853/1
--
To view, visit http://gerrit.cloudera.org:8080/21853
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: branch-1.17.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: I930a15018158563996819fb33d32a3bb5641c396
Gerrit-Change-Number: 21853
Gerrit-PatchSet: 1
Gerrit-Owner: Marton Greber <greber...@gmail.com>
Gerrit-Reviewer: Attila Bukor <abu...@apache.org>
Gerrit-Reviewer: Zoltan Martonka <zmarto...@cloudera.com>

Reply via email to