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", ]