Update main.yml

This commit is contained in:
timrid 2021-01-02 18:49:39 +01:00 committed by GitHub
parent 13b2c280ea
commit 354fdb094c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
python-version: [ '3.6', '3.7', '3.8', 'pypy3' ]
python-version: [ '3.7', '3.8' ]
runs-on: ${{ matrix.os }}
name: OS ${{ matrix.os }}, Python ${{ matrix.python-version }}