kevinjqliu commented on code in PR #1997: URL: https://github.com/apache/iceberg-rust/pull/1997#discussion_r2854351836
########## bindings/python/pyproject.toml: ########## @@ -25,17 +25,13 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", - "Programming Language :: Rust", ] name = "pyiceberg-core" readme = "project-description.md" -requires-python = ">=3.10,<4" +requires-python = ">=3.10,<3.13" Review Comment: id prefer the original since it will allow users to prototype with newer python versions -- 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]
