diff --git a/pyproject.toml b/pyproject.toml index 93e7f7688b1cbc6b547952250665674af9a2626d..01266885d3b39e568df445976d4401cacd27d6e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,15 +11,12 @@ authors = [ description = "postmarketOS tools for interacting with gitlab MRs" readme = "README.md" license = {text = "GPL-3.0-or-later"} -requires-python = ">=3.6" +requires-python = ">=3.9" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",