Skip to content

Commit

Permalink
test python 3.10 on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Feb 21, 2022
1 parent 485c954 commit 076906b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.8", "3.9"]
os: [ubuntu-18.04, macos-latest, windows-latest]
python: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 076906b

Please # to comment.