Skip to content

Commit 10613fb

Browse files
authored
Relax python version upper bound
1 parent 3fab928 commit 10613fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
2222
url="https://github.com/DeepLabCut/DeepLabCut-live-GUI",
23-
python_requires=">=3.5, <3.8",
23+
python_requires=">=3.5, <3.11",
2424
install_requires=[
2525
"deeplabcut-live",
2626
"pyserial",

0 commit comments

Comments
 (0)