From fecf33baa8ff7db7328b3dc52df3d698b7793ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 3 Feb 2023 13:01:03 +0800 Subject: [PATCH] Updated the minimal python version to 3.11, as for the use of the typing.Self type hint. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8b50680..7ab8aab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ classifiers = [options] package_dir = = src -python_requires = >=3.10 +python_requires = >=3.11 install_requires = flask Flask-SQLAlchemy