bossenti commented on PR #3607: URL: https://github.com/apache/streampipes/pull/3607#issuecomment-2871756521
Hi @yanfeng1992, thank you for this PR 🙌🏼 Dropping Python 3.8 is reasonable from my point of view since it reached it's end of life already last year. in this case we also need to modify the following parts where python 3.8 is still used/referenced: https://github.com/apache/streampipes/blob/dev/.github/workflows/pr-validation.yml https://github.com/apache/streampipes/blob/dev/.github/workflows/pypi-deployment.yml https://github.com/apache/streampipes/blob/dev/.github/workflows/python-docs.yml However, `numpy` is a transitive dependency for us only, therefore we shouldn't pin it. If we want to avoid that `1.24` is used, we should bump the minimal supported version of `pandas` instead. -- 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: dev-unsubscr...@streampipes.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org