JingsongLi commented on code in PR #8083:
URL: https://github.com/apache/paimon/pull/8083#discussion_r3460577448


##########
paimon-python/setup.py:
##########
@@ -197,12 +196,10 @@ def read_requirements():
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "License :: OSI Approved :: Apache Software License",
-        "Programming Language :: Python :: 3.6",
-        "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
     ],
-    python_requires=">=3.6",
+    python_requires=">=3.8",

Review Comment:
   Since this PR raises the package minimum to Python 3.8, the public Python 
README should be updated in the same change. `paimon-python/README.md` still 
says `Pypaimon requires Python 3.6+`, so users can still follow the documented 
path and hit unsupported dependency resolution failures on 3.6/3.7.



-- 
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]

Reply via email to