Skip to content

Commit 2fd130c

Browse files
authored
Merge pull request #20 from DeepLabCut/py_req
Relax python version upper bound
2 parents 3fab928 + 10613fb commit 2fd130c

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)