bump min python version because of dependencies
This commit is contained in:
parent
691d920c2b
commit
0a75b962d0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = [
|
|||
]
|
||||
description = "A matrix appservice bridge for pnut.io"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
|
|
Loading…
Reference in a new issue