paleolimbot commented on code in PR #266:
URL: https://github.com/apache/sedona-db/pull/266#discussion_r2483048407
##########
.github/workflows/python.yml:
##########
@@ -63,7 +63,7 @@ jobs:
- uses: actions/setup-python@v4
with:
- python-version: '3.x'
+ python-version: '3.13'
Review Comment:
We don't run multiple versions of Python in CI for PRs, but we build wheels
for (and run tests on those wheels) for Python 3.9 to Python 3.14 (including
the free-threaded versions of Python 3.13 and 3.14). Mostly our Python surface
area/rate of change is not very high (much more Rust code than Python code!)
--
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]