@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
name = " mip"
7
7
description = " Python tools for Modeling and Solving Mixed-Integer Linear Programs (MIPs)"
8
8
readme = " README.md"
9
- requires-python = " >=3.7 ,<3.12 "
9
+ requires-python = " >=3.8 ,<3.13 "
10
10
license = {file = " LICENSE" }
11
11
authors = [
12
12
{
name =
" T.A.M. Toffolo" ,
email =
" [email protected] " },
@@ -35,9 +35,9 @@ dynamic = ["version"]
35
35
dependencies = [" cffi==1.15.*" ]
36
36
37
37
[project .optional-dependencies ]
38
- numpy = [" numpy==1.24.*; python_version >= '3.8'" , " numpy==1.21.6; python_version == '3.7 '" ]
38
+ numpy = [" numpy==1.24.*; python_version >= '3.8'" , " numpy==1.21.6; python_version == '3.8 '" ]
39
39
gurobi = [" gurobipy>=8" ]
40
- test = [" pytest==7.2.0" , " networkx==2.8.8; python_version >= '3.8'" , " networkx==2.6.3; python_version == '3.7 '" , " matplotlib==3.6.2; python_version >= '3.8'" , " matplotlib==3.5.3; python_version == '3.7 '" ]
40
+ test = [" pytest==7.2.0" , " networkx==2.8.8; python_version >= '3.8'" , " networkx==2.6.3; python_version == '3.8 '" , " matplotlib==3.6.2; python_version >= '3.8'" , " matplotlib==3.5.3; python_version == '3.8 '" ]
41
41
42
42
[project .urls ]
43
43
"Homepage" = " https://www.python-mip.com"
@@ -50,4 +50,4 @@ packages = ["mip"]
50
50
"mip.libraries" = [" *.so" , " *.dylib" , " *.dll" ]
51
51
52
52
[tool .setuptools_scm ]
53
- write_to = " mip/_version.py"
53
+ write_to = " mip/_version.py"
0 commit comments