|
1 | 1 | # This code is part of a Qiskit project. |
2 | 2 | # |
3 | | -# (C) Copyright IBM 2021, 2023. |
| 3 | +# (C) Copyright IBM 2021, 2024. |
4 | 4 | # |
5 | 5 | # This code is licensed under the Apache License, Version 2.0. You may |
6 | 6 | # obtain a copy of this license in the LICENSE.txt file in the root directory |
@@ -112,16 +112,16 @@ jobs: |
112 | 112 | fail-fast: false |
113 | 113 | matrix: |
114 | 114 | os: [ubuntu-latest] |
115 | | - python-version: [3.8, 3.9, '3.10', 3.11] |
| 115 | + python-version: [3.8, 3.9, '3.10', 3.11, 3.12] |
116 | 116 | include: |
117 | 117 | - os: macos-latest |
118 | 118 | python-version: 3.8 |
119 | 119 | - os: macos-latest |
120 | | - python-version: 3.11 |
| 120 | + python-version: 3.12 |
121 | 121 | - os: windows-latest |
122 | 122 | python-version: 3.8 |
123 | 123 | - os: windows-latest |
124 | | - python-version: 3.11 |
| 124 | + python-version: 3.12 |
125 | 125 | steps: |
126 | 126 | - uses: actions/checkout@v4 |
127 | 127 | - uses: actions/setup-python@v5 |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | fail-fast: false |
184 | 184 | matrix: |
185 | 185 | os: [ubuntu-latest] |
186 | | - python-version: [3.8, 3.11] |
| 186 | + python-version: [3.8, 3.12] |
187 | 187 | steps: |
188 | 188 | - uses: actions/checkout@v4 |
189 | 189 | with: |
@@ -281,28 +281,32 @@ jobs: |
281 | 281 | with: |
282 | 282 | name: ubuntu-latest-3.11 |
283 | 283 | path: /tmp/u311 |
| 284 | + - uses: actions/download-artifact@v4 |
| 285 | + with: |
| 286 | + name: ubuntu-latest-3.12 |
| 287 | + path: /tmp/u312 |
284 | 288 | - uses: actions/download-artifact@v4 |
285 | 289 | with: |
286 | 290 | name: macos-latest-3.8 |
287 | 291 | path: /tmp/m38 |
288 | 292 | - uses: actions/download-artifact@v4 |
289 | 293 | with: |
290 | | - name: macos-latest-3.11 |
291 | | - path: /tmp/m311 |
| 294 | + name: macos-latest-3.12 |
| 295 | + path: /tmp/m312 |
292 | 296 | - uses: actions/download-artifact@v4 |
293 | 297 | with: |
294 | 298 | name: windows-latest-3.8 |
295 | 299 | path: /tmp/w38 |
296 | 300 | - uses: actions/download-artifact@v4 |
297 | 301 | with: |
298 | | - name: windows-latest-3.11 |
299 | | - path: /tmp/w311 |
| 302 | + name: windows-latest-3.12 |
| 303 | + path: /tmp/w312 |
300 | 304 | - name: Install Dependencies |
301 | 305 | run: pip install -U coverage coveralls diff-cover |
302 | 306 | shell: bash |
303 | 307 | - name: Combined Deprecation Messages |
304 | 308 | run: | |
305 | | - sort -f -u /tmp/u38/ml.dep /tmp/u39/ml.dep /tmp/u310/ml.dep /tmp/u311/ml.dep /tmp/m38/ml.dep /tmp/m311/ml.dep /tmp/w38/ml.dep /tmp/w311/ml.dep || true |
| 309 | + sort -f -u /tmp/u38/ml.dep /tmp/u39/ml.dep /tmp/u310/ml.dep /tmp/u311/ml.dep /tmp/u312/ml.dep /tmp/m38/ml.dep /tmp/m312/ml.dep /tmp/w38/ml.dep /tmp/w312/ml.dep || true |
306 | 310 | shell: bash |
307 | 311 | - name: Coverage combine |
308 | 312 | run: coverage3 combine /tmp/u38/ml.dat |
|
0 commit comments