Merge branch 'timrid-patch-1' of https://github.com/timrid/construct-typing into timrid-patch-1

This commit is contained in:
Tim Rid 2021-01-02 23:36:33 +01:00
commit a9d0cf0347

View file

@ -4,13 +4,14 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.6', '3.7', '3.8', 'pypy3' ]
os: ['ubuntu-latest', 'windows-latest']
python-version: [ '3.7', '3.8' ]
name: Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
name: OS ${{ matrix.os }}, Python ${{ matrix.python-version }}
steps:
# Checks out a copy of your repository on the machine