From 472223300fcbe308853b6f57ff03eec21f611809 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sat, 13 Mar 2021 06:22:58 -0500 Subject: [PATCH] Drop CI support for Python 3.4 and add Python 3.9 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ca08f8..3a4e144 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [2.7, pypy2, 3.4, 3.5, 3.6, 3.7, 3.8, pypy3] + python: [2.7, pypy2, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3] name: Python ${{ matrix.python }} steps: - uses: actions/checkout@v2