Skip to content

Commit 4fe2725

Browse files
committed
1.7.0, drop support for win32
Former-commit-id: 330e7a5 [formerly 4f84305] Former-commit-id: 7c2cc91
1 parent 321fea3 commit 4fe2725

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

mip/cbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
if os_is_64_bit:
5757
libfile = os.path.join(pathlib, "cbc-c-windows-x86-64.dll")
5858
else:
59-
libfile = os.path.join(pathlib, "cbc-c-windows-x86-32.dll")
59+
raise Exception("Win32 platform not supported.")
6060
elif platform.lower().startswith("darwin") or platform.lower().startswith(
6161
"macos"
6262
):

mip/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from enum import Enum
44

5-
VERSION = "1.6.8"
5+
VERSION = "1.7.0"
66

77
# epsilon number (practical zero)
88
EPS = 10e-64

mip/libraries/cbc-c-windows-x86-32.dll.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)