|
17 | 17 | strategy:
|
18 | 18 | fail-fast: true
|
19 | 19 | matrix:
|
20 |
| - python-version: [3.6, 3.7, 3.8, 3.9] |
| 20 | + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] |
21 | 21 | steps:
|
22 | 22 | - uses: actions/checkout@v2
|
23 | 23 |
|
|
34 | 34 | - name: Prepare python environment
|
35 | 35 | run: |
|
36 | 36 | python -m pip install --upgrade pip
|
37 |
| - python -m pip install wheel cython networkx pytest-cov |
| 37 | + python -m pip install networkx pytest-cov |
38 | 38 |
|
39 | 39 | - name: Install PySCIPOpt
|
40 | 40 | run: python -m pip install .
|
|
49 | 49 | runs-on: windows-latest
|
50 | 50 | strategy:
|
51 | 51 | matrix:
|
52 |
| - python-version: [3.8, 3.9] |
| 52 | + python-version: ["3.8", "3.9", "3.10", "3.11"] |
53 | 53 | steps:
|
54 | 54 | - uses: actions/checkout@v2
|
55 | 55 |
|
|
70 | 70 | shell: powershell
|
71 | 71 | run: |
|
72 | 72 | python -m pip install --upgrade pip
|
73 |
| - python -m pip install wheel cython networkx pytest-cov |
| 73 | + python -m pip install networkx pytest-cov |
74 | 74 |
|
75 | 75 | - name: Install PySCIPOpt
|
76 | 76 | shell: powershell
|
|
87 | 87 | runs-on: macos-latest
|
88 | 88 | strategy:
|
89 | 89 | matrix:
|
90 |
| - python-version: [3.8, 3.9] |
| 90 | + python-version: ["3.8", "3.9", "3.10", "3.11"] |
91 | 91 | steps:
|
92 | 92 | - uses: actions/checkout@v2
|
93 | 93 |
|
@@ -127,7 +127,7 @@ jobs:
|
127 | 127 | - name: Prepare python environment
|
128 | 128 | run: |
|
129 | 129 | python -m pip install --upgrade pip
|
130 |
| - python -m pip install wheel cython networkx pytest-cov pytest |
| 130 | + python -m pip install networkx pytest-cov pytest |
131 | 131 |
|
132 | 132 | - name: Install PySCIPOpt
|
133 | 133 | run: |
|
|
0 commit comments