From e15eb62862d3a8054eb3438c2a8f8d6480bf93b4 Mon Sep 17 00:00:00 2001 From: Rob Warnaar <89922216+rspwarnaarUT@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:58:37 +0200 Subject: [PATCH] Update Python version to allow all version 3.13.* --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0ef76cd..586980a 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", ], - python_requires='>= 3.6, <= 3.13', + python_requires='>= 3.6, < 3.14', include_package_data=True, -) \ No newline at end of file +)