We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f754b53 commit f888867Copy full SHA for f888867
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "mip"
7
description = "Python tools for Modeling and Solving Mixed-Integer Linear Programs (MIPs)"
8
readme = "README.md"
9
-requires-python = ">=3.7"
+requires-python = ">=3.7,<3.11"
10
license = {file = "LICENSE"}
11
authors = [
12
{name="T.A.M. Toffolo", email="[email protected]"},
0 commit comments