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