Skip to content

Commit cf76f71

Browse files
committed
adjusted minimum version requirement for python in setup.py
1 parent 8483c24 commit cf76f71

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
@@ -59,7 +59,7 @@ def read(fname):
5959
"tabpy_server/common/default.conf",
6060
]
6161
},
62-
python_requires=">=3.6",
62+
python_requires=">=3.7",
6363
license="MIT",
6464
# Note: many of these required packages are included in base python
6565
# but are listed here because different linux distros use custom

0 commit comments

Comments
 (0)