Skip to content

Commit 7d39771

Browse files
authored
Update minimum python version requirement
1 parent 59f900a commit 7d39771

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77
setuptools.setup(
88
name="mip",
9-
python_requires=">3.6.0",
9+
python_requires=">3.7.0",
1010
author="Santos, H.G. and Toffolo, T.A.M.",
11-
author_email="[email protected]",
1211
description="Python tools for Modeling and Solving Mixed-Integer Linear \
1312
Programs (MIPs)",
1413
long_description=long_descr,

0 commit comments

Comments
 (0)