Drop CI support for Python 3.4 and add Python 3.9
This commit is contained in:
parent
eb7f3fb7b1
commit
472223300f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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 }}
|
name: Python ${{ matrix.python }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue