tub commented on issue #7152: URL: https://github.com/apache/paimon/issues/7152#issuecomment-4012110412
@JingsongLi @XiaoHongbo-Hope - I just realised that there's an inconsistency between the code and the docs. In the docs we say that Python 3.10+ is required, but the codebase supports 3.6+. Is there a reason to support anything below 3.10? 3.9 has been end-of-life since October last year, and 3.6 has been EOL since December 2021. Supporting such old versions of python will severely hamper our security posture, and prevent us from pulling in bug-fixes and new features in our dependencies. One example is `cachetools` - I was trying to remove a bunch of boilerplate code by using cachetools' decorators - but they're not available in a version that supports py3.6. -- 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]
