Skip to content

Commit e0bd0d7

Browse files
Build dpctl on Windows for Python 3.10 as well
1 parent c0e9f69 commit e0bd0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
strategy:
6565
matrix:
66-
python: ['3.8', '3.9']
66+
python: ['3.8', '3.9', '3.10']
6767
env:
6868
conda-bld: C:\Miniconda\conda-bld\win-64\
6969
steps:
@@ -177,7 +177,7 @@ jobs:
177177

178178
strategy:
179179
matrix:
180-
python: ['3.8', '3.9']
180+
python: ['3.8', '3.9', '3.10']
181181
experimental: [false]
182182
runner: [windows-latest]
183183
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)