Index: PyQt-builder-1.16.0/PKG-INFO =================================================================== --- PyQt-builder-1.16.0.orig/PKG-INFO +++ PyQt-builder-1.16.0/PKG-INFO @@ -5,7 +5,7 @@ Summary: The PyQt build system Author-email: Phil Thompson Project-URL: homepage, https://github.com/Python-PyQt/PyQt-builder Classifier: License :: OSI Approved :: BSD License -Requires-Python: >=3.8 +Requires-Python: >=3.6 Description-Content-Type: text/markdown Requires-Dist: packaging Requires-Dist: sip<7,>=6.7 Index: PyQt-builder-1.16.0/pyproject.toml =================================================================== --- PyQt-builder-1.16.0.orig/pyproject.toml +++ PyQt-builder-1.16.0/pyproject.toml @@ -13,7 +13,7 @@ description = "The PyQt build system" readme = "README.md" urls.homepage = "https://github.com/Python-PyQt/PyQt-builder" dependencies = ["packaging", "sip >=6.7, <7"] -requires-python = ">=3.8" +requires-python = ">=3.6" classifiers = ["License :: OSI Approved :: BSD License"] dynamic = ["version"]