Skip to content

Commit

Permalink
Merge pull request #11 from r9y9/update-sinsy
Browse files Browse the repository at this point in the history
Update sinsy dep
  • Loading branch information
r9y9 authored Feb 6, 2022
2 parents bdb64d1 + 1e83f01 commit c82d092
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
include:
- os: ubuntu-latest
python-version: 3.7
- os: ubuntu-latest
python-version: 3.8
- os: ubuntu-latest
python-version: 3.9
- os: macos-latest
python-version: 3.9
- os: windows-latest
python-version: 3.9

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion lib/sinsy

0 comments on commit c82d092

Please sign in to comment.