Skip to content

Commit ec34001

Browse files
authored
Merge pull request #221 from jyooru/ci/python310
ci: test python 3.10
2 parents 0ef8cc8 + 08daec0 commit ec34001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ['3.6', '3.7', '3.8', '3.9']
9+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
runs-on: ${{ matrix.os }}
1212
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)