lower requirement to python 3.10

This commit is contained in:
Nils Büchner 2024-09-16 16:35:38 +02:00
parent c175d42c3b
commit be285f7886

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "synapse-invite-checker" name = "synapse-invite-checker"
description = 'Synapse module to invite permissions' description = 'Synapse module to invite permissions'
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.10"
license = "AGPL-3.0-only" license = "AGPL-3.0-only"
keywords = [] keywords = []
authors = [ authors = [
@ -15,8 +15,7 @@ authors = [
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
] ]