bump min python version because of dependencies

This commit is contained in:
Morgan McMillian 2024-12-25 07:18:23 -08:00
parent 691d920c2b
commit 0a75b962d0

View file

@ -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)",