python-plum-py/modify_python_require.patch
Wangjunqi123 fcbb446e35 fix build problum
(cherry picked from commit 24949d74093fc2be5c5b05a63fa4db5d6d074817)
(cherry picked from commit 81fc0e6343fe7ef17189a33f1f7d58d71cf24df0)
2024-11-21 10:54:13 +08:00

12 lines
311 B
Diff

--- a/setup.cfg 2023-08-21 20:31:42.239883538 +0800
+++ c/setup.cfg 2023-08-21 20:31:59.085884393 +0800
@@ -3,7 +3,7 @@ keywords = pack unpack bytes structure m
platforms = any
[options]
-python_requires = >=3.6.*
+python_requires = >=3.11.4
setup_requires =
setuptools>=39.0.1
zip_safe = True