mirror of
1
0
Fork 0

Drop CI support for Python 3.4 and add Python 3.9

This commit is contained in:
Anish Athalye 2021-03-13 06:22:58 -05:00
parent eb7f3fb7b1
commit 472223300f
1 changed files with 1 additions and 1 deletions

View File

@ -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