Trying out

This commit is contained in:
Miroslav Stampar
2021-10-07 00:41:09 +02:00
parent c4680b7e04
commit 182c06e26b
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ '2.x', '3.10', 'pypy-2.7', 'pypy-3.7' ]
steps:
- uses: actions/checkout@v2