set minimum python version to 3.7

This commit is contained in:
Tom Schimansky 2022-05-23 11:01:29 +02:00
parent b1ac3b6d45
commit 9be2a76b25
2 changed files with 1 additions and 0 deletions

View File

View File

@ -14,6 +14,7 @@ classifiers =
Programming Language :: Python :: 3 :: Only
[options]
python_requires = >=3.7
packages =
customtkinter
customtkinter.widgets