Downgrade to python 3.9 since it can run just fine on 3.9.

This commit is contained in:
2025-09-09 18:27:52 -07:00
parent 214ddad915
commit 7008746353
3 changed files with 3 additions and 4 deletions

View File

@@ -10,4 +10,4 @@ pyinstaller = "*"
[dev-packages]
[requires]
python_version = "3.12"
python_version = "3.9"