Skip to content

Commit

Permalink
Update minimum python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliotoffolo authored Jun 17, 2022
1 parent 59f900a commit 7d39771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

setuptools.setup(
name="mip",
python_requires=">3.6.0",
python_requires=">3.7.0",
author="Santos, H.G. and Toffolo, T.A.M.",
author_email="haroldo@ufop.edu.br",
description="Python tools for Modeling and Solving Mixed-Integer Linear \
Programs (MIPs)",
long_description=long_descr,
Expand Down

0 comments on commit 7d39771

Please sign in to comment.