Skip to content

Commit e48e977

Browse files
committed
fix: added support for Python 3.8 using pywinhook wheel
1 parent cf4168a commit e48e977

3 files changed

Lines changed: 108 additions & 77 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ on:
88

99
jobs:
1010
build:
11-
name: Test on ${{ matrix.os }}
11+
name: Test on ${{ matrix.os }} (py-${{ matrix.python_version }})
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
os: [ubuntu-18.04, windows-latest, macOS-latest]
16-
python_version: [3.6]
17+
python_version: [3.7, 3.8]
1718
steps:
1819
- uses: actions/checkout@v2
1920
with:

0 commit comments

Comments
 (0)