From: Harmon Date: Mon, 28 Dec 2020 02:19:36 +0000 (-0600) Subject: Remove Python 3.5 from GitHub Actions Test workflow X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ba1e4b3ce1848efed377fd98322252f407e5058b;p=tweepy.git Remove Python 3.5 from GitHub Actions Test workflow --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9126509..e8e21cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2