Skip to content

Commit a2bd7ad

Browse files
authored
test py3.10 (#767)
1 parent d547122 commit a2bd7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
python-version: ["3.7", "3.8", "3.9"]
36+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3737
os: [ubuntu-latest, macos-latest, windows-latest]
3838
steps:
3939
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)