Skip to content

Commit 3a8ba50

Browse files
authored
Merge pull request #1534 from IntelPython/drop_build_py_38
Do not build dpnp for Python 3.8
2 parents 44fddf7 + edf7990 commit 3a8ba50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
python: ['3.8', '3.9', '3.10', '3.11']
46+
python: ['3.9', '3.10', '3.11']
4747
os: [ubuntu-20.04, windows-latest]
4848

4949
runs-on: ${{ matrix.os }}
@@ -120,7 +120,7 @@ jobs:
120120

121121
strategy:
122122
matrix:
123-
python: ['3.8', '3.9', '3.10', '3.11']
123+
python: ['3.9', '3.10', '3.11']
124124
os: [ubuntu-20.04, ubuntu-latest]
125125

126126
continue-on-error: true
@@ -221,7 +221,7 @@ jobs:
221221

222222
strategy:
223223
matrix:
224-
python: ['3.8', '3.9', '3.10', '3.11']
224+
python: ['3.9', '3.10', '3.11']
225225

226226
continue-on-error: true
227227

@@ -353,7 +353,7 @@ jobs:
353353

354354
strategy:
355355
matrix:
356-
python: ['3.8', '3.9', '3.10', '3.11']
356+
python: ['3.9', '3.10', '3.11']
357357
os: [ubuntu-20.04, windows-latest]
358358

359359
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)