Updated the minimal python version to 3.11, as for the use of the typing.Self type hint.

This commit is contained in:
依瑪貓 2023-02-03 13:01:03 +08:00
parent cea2a44226
commit fecf33baa8

View File

@ -36,7 +36,7 @@ classifiers =
[options]
package_dir =
= src
python_requires = >=3.10
python_requires = >=3.11
install_requires =
flask
Flask-SQLAlchemy