From f6da8b030c8ab5ffaa1e6db0e80f1f4f779f8aff Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 12 Dec 2022 22:58:44 +0100 Subject: [PATCH] Fix min python version in setup.py This controls the metadata on pypi, sigh. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4b2c72..517cb8a 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup(name = "pyxattr", extra_compile_args=["-Wall", "-Werror", "-Wsign-compare"], )], platforms = ["Linux"], - python_requires = ">=3.4", + python_requires = ">=3.7", project_urls={ "Bug Tracker": "https://github.com/iustin/pyxattr/issues", }, -- 2.39.2