From a080cdcee2e6907c9cf73e5fa0f4743c2320076b Mon Sep 17 00:00:00 2001 From: mgv99 Date: Wed, 8 May 2024 14:06:14 +0200 Subject: [PATCH] update required python version to >= 3.10 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cefafcf..d1c10b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,6 @@ license = MIT license_files = LICENSE [options] -python_requires = >=3.11, <3.12 +python_requires = >=3.10 packages=find: install_requires = file: requirements.txt