From 5ad174a4dbb7b6bb46afd568c36c7fcbbbbc9777 Mon Sep 17 00:00:00 2001 From: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Date: Fri, 19 Jan 2024 05:55:37 -0500 Subject: [PATCH] Update Win CI max ver to 3.12 now Aer supports 3.12 (#130) --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1478d4f8..c5639a53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,7 +120,7 @@ jobs: - os: windows-latest python-version: 3.8 - os: windows-latest - python-version: 3.11 + python-version: 3.12.0 steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -294,14 +294,14 @@ jobs: path: /tmp/w38 - uses: actions/download-artifact@v3 with: - name: windows-latest-3.11 - path: /tmp/w311 + name: windows-latest-3.12.0 + path: /tmp/w312 - name: Install Dependencies run: pip install -U coverage coveralls diff-cover shell: bash - name: Combined Deprecation Messages run: | - sort -f -u /tmp/u38/alg.dep /tmp/u39/alg.dep /tmp/u310/alg.dep /tmp/u311/alg.dep /tmp/u312/alg.dep /tmp/m38/alg.dep /tmp/m312/alg.dep /tmp/w38/alg.dep /tmp/w311/alg.dep || true + sort -f -u /tmp/u38/alg.dep /tmp/u39/alg.dep /tmp/u310/alg.dep /tmp/u311/alg.dep /tmp/u312/alg.dep /tmp/m38/alg.dep /tmp/m312/alg.dep /tmp/w38/alg.dep /tmp/w312/alg.dep || true shell: bash - name: Coverage combine run: coverage3 combine /tmp/u38/alg.dat