[O] Specify python 3.7 to be min version

This commit is contained in:
Azalea 2025-10-22 12:29:29 +08:00
parent 2fe21deea8
commit 1afbd66355

View File

@ -10,6 +10,7 @@ readme = "README.md"
authors = [
{ name = "Azalea Gui", email = "me@hydev.org" },
]
requires-python = ">=3.7"
license = "MIT"
classifiers = [
"License :: OSI Approved :: MIT License",