Skip to content

Commit 85608de

Browse files
committed
add 3.10
1 parent a89bce1 commit 85608de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
97-
python-version: [3.8, 3.9]
97+
python-version: [3.8, 3.9, 3.10]
9898
env:
9999
PYTHON_VER: ${{ matrix.python-version }}
100100

@@ -152,7 +152,7 @@ jobs:
152152
fail-fast: false
153153
matrix:
154154
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
155-
python-version: [3.8, 3.9]
155+
python-version: [3.8, 3.10]
156156

157157
steps:
158158
- uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)