From e9dee9aba06d544d33bccbe98b78f7e736f60635 Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Mon, 6 Dec 2021 20:02:41 -0500 Subject: [PATCH] Temporary Remove Python 3.6 from CI (#452) --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8676794be..36daaf9e6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,7 +135,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] include: - os: macos-latest python-version: 3.8 @@ -318,10 +318,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v2 - with: - name: ubuntu-latest-3.6 - path: /tmp/u36 - uses: actions/download-artifact@v2 with: name: ubuntu-latest-3.7 @@ -347,7 +343,7 @@ jobs: shell: bash - name: Combined Deprecation Messages run: | - sort -f -u /tmp/u36/nat.dep /tmp/u37/nat.dep /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/m38/nat.dep /tmp/w38/nat.dep || true + sort -f -u /tmp/u37/nat.dep /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/m38/nat.dep /tmp/w38/nat.dep || true shell: bash - name: Coverage combine run: coverage3 combine /tmp/u37/nat.dat