fix setup.py python version

This commit is contained in:
martin legrand 2025-03-21 10:27:04 +01:00
parent 6a825cf3fd
commit 6e1ab5f103

View File

@ -62,5 +62,5 @@ setup(
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
python_requires=">=3.9",
)