From be285f7886d64b633232c5320114281b60d711e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20B=C3=BCchner?= Date: Mon, 16 Sep 2024 16:35:38 +0200 Subject: [PATCH] lower requirement to python 3.10 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3021a41..487d926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "synapse-invite-checker" description = 'Synapse module to invite permissions' readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.10" license = "AGPL-3.0-only" keywords = [] authors = [ @@ -15,8 +15,7 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ]