Skip to content

Commit f888867

Browse files
committed
Limit configuration to python version 3.10 (#326)
1 parent f754b53 commit f888867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "mip"
77
description = "Python tools for Modeling and Solving Mixed-Integer Linear Programs (MIPs)"
88
readme = "README.md"
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.7,<3.11"
1010
license = {file = "LICENSE"}
1111
authors = [
1212
{name="T.A.M. Toffolo", email="[email protected]"},

0 commit comments

Comments
 (0)