geruh commented on code in PR #2863:
URL: https://github.com/apache/iceberg-python/pull/2863#discussion_r2646389947
##########
.github/workflows/svn-build-artifacts.yml:
##########
@@ -63,7 +64,7 @@ jobs:
env:
# Ignore 32 bit architectures
CIBW_ARCHS: "auto64"
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<=3.13"
Review Comment:
Does this exclude 3.13.1? If so we should probably make this `<3.14`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]