Skip to content

Commit 9ce5d73

Browse files
authored
Merge pull request #808 from scipopt/change_install_readmine
Update README and INSTALL instructions for 5.0.0
2 parents bb512a3 + 33fcd6b commit 9ce5d73

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Requirements
22
============
33

4-
From version 4.4.0 SCIP is automatically shipped when using PyPI for the following systems:
4+
From version 5.0.0 SCIP is automatically shipped when using PyPI for the following systems:
55

6-
- CPython 3.6 / 3.7 / 3.8 / 3.9 / 3.10 / 3.11 for Linux (manylinux2014)
7-
- CPython 3.6 / 3.7 / 3.8 / 3.9 / 3.10 / 3.11 for MacOS for x86_64 (ARM i.e. Apple Silicon is currently unavailable)
8-
- CPython 3.8 / 3.9 / 3.10 / 3.11 for Windows
6+
- CPython 3.8 / 3.9 / 3.10 / 3.11 / 3.12 for Linux (manylinux2014)
7+
- CPython 3.8 / 3.9 / 3.10 / 3.11 / 3.12 for MacOS for x86_64 / ARM64
8+
- CPython 3.8 / 3.9 / 3.10 / 3.11 / 3.12 for Windows 64bit
99

1010
This work is currently ongoing, and is planned to encompass all Python and OS combinations.
1111

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The following table summarizes which version of PySCIPOpt is required for a give
4040

4141
|SCIP| PySCIPOpt |
4242
|----|----|
43+
9.0 | 5.x
4344
8.0 | 4.x
4445
7.0 | 3.x
4546
6.0 | 2.x

0 commit comments

Comments
 (0)