lower requirement to python 3.10
This commit is contained in:
parent
c175d42c3b
commit
be285f7886
1 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue