From 10613fb466589b9a975436014af375777249c2f3 Mon Sep 17 00:00:00 2001 From: Jessy Lauer <30733203+jeylau@users.noreply.github.com> Date: Thu, 3 Nov 2022 20:33:28 +0100 Subject: [PATCH] Relax python version upper bound --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 608e2ab..28eb6cc 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/DeepLabCut/DeepLabCut-live-GUI", - python_requires=">=3.5, <3.8", + python_requires=">=3.5, <3.11", install_requires=[ "deeplabcut-live", "pyserial",