Skip to content

Commit

Permalink
Merge pull request #221 from jyooru/ci/python310
Browse files Browse the repository at this point in the history
ci: test python 3.10
  • Loading branch information
bee-san authored Oct 22, 2021
2 parents 0ef8cc8 + 08daec0 commit ec34001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit ec34001

Please sign in to comment.