Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Aug 24, 2022
1 parent 8398767 commit ff9cacb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -18,8 +18,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
os: ["ubuntu-latest", "windows-latest"]
python-version: ['3.8', '3.9', '3.10']
os: ["ubuntu-latest"]
include:
- os: "windows-latest"
python-version: '3.10'


steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -81,4 +85,4 @@ jobs:
run: |
pip3 install --upgrade coveralls && coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff9cacb

Please sign in to comment.