python-plum-py/modify_python_require.patch
Wangjunqi123 81fc0e6343 fix build problum
(cherry picked from commit 24949d74093fc2be5c5b05a63fa4db5d6d074817)
2024-04-01 20:21:34 +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