From ba037e310d02ffcde630cb1ba591c0e009eace83 Mon Sep 17 00:00:00 2001 From: Stuart Read Date: Tue, 19 Nov 2024 09:56:52 -0600 Subject: [PATCH] [MAINT] Sync minimum python version with Orange3 (3.9) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c009fdf..d553e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] version = "2024.11.14" readme = {file = "README.pypi", content-type = "text/markdown"} -requires-python = ">=3.10" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",