Skip to content

Commit

Permalink
1.7.0, drop support for win32
Browse files Browse the repository at this point in the history
Former-commit-id: 330e7a5 [formerly 4f84305]
Former-commit-id: 7c2cc91
  • Loading branch information
h-g-s committed Feb 17, 2020
1 parent 321fea3 commit 4fe2725
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mip/cbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
if os_is_64_bit:
libfile = os.path.join(pathlib, "cbc-c-windows-x86-64.dll")
else:
libfile = os.path.join(pathlib, "cbc-c-windows-x86-32.dll")
raise Exception("Win32 platform not supported.")
elif platform.lower().startswith("darwin") or platform.lower().startswith(
"macos"
):
Expand Down
2 changes: 1 addition & 1 deletion mip/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from enum import Enum

VERSION = "1.6.8"
VERSION = "1.7.0"

# epsilon number (practical zero)
EPS = 10e-64
Expand Down
1 change: 0 additions & 1 deletion mip/libraries/cbc-c-windows-x86-32.dll.REMOVED.git-id

This file was deleted.

0 comments on commit 4fe2725

Please sign in to comment.