1
0
Fork 0
mirror of synced 2024-06-25 02:11:09 -04:00

reduce ci matrix

This commit is contained in:
m-richards 2021-02-14 21:45:05 +10:00 committed by Matt Richards
parent 4c961db076
commit de77465383

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: [3.6, 3.7, 3.9]
name: Python ${{ matrix.python }}
steps:
- uses: actions/checkout@v2