Skip to content

Commit 0b8696b

Browse files
committed
change to 3.10
Signed-off-by: gaugup <gaugup@microsoft.com>
1 parent edf8f07 commit 0b8696b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8, 3.9]
19-
os: [ubuntu-latest, macos-latest, windows-latest]
18+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
19+
os: [ubuntu-latest, macos-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)