python-plum-py/modify_python_require.patch

12 lines
311 B
Diff
Raw Permalink Normal View History

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