From 1406c175513c8b749b47e03e9f8daf40824cf59d Mon Sep 17 00:00:00 2001 From: Annie Li Date: Wed, 21 Jun 2023 13:29:20 -0700 Subject: [PATCH] Stop testing Python 2.7 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a340ec11c..5dbc62248 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: python setup.py clean --all sdist bdist_wheel --universal python -m twine check dist/* - - name: 'Upload Artifact' + - name: "Upload Artifact" uses: actions/upload-artifact@v3 with: name: dist @@ -69,7 +69,6 @@ jobs: matrix: python-version: [ - "2.7", "3.6", "3.7", "3.8",