Skip to content

Commit

Permalink
Merge pull request #1534 from IntelPython/drop_build_py_38
Browse files Browse the repository at this point in the history
Do not build dpnp for Python 3.8
  • Loading branch information
antonwolfy authored Aug 24, 2023
2 parents 44fddf7 + edf7990 commit 3a8ba50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11']
os: [ubuntu-20.04, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11']
os: [ubuntu-20.04, ubuntu-latest]

continue-on-error: true
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11']

continue-on-error: true

Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11']
os: [ubuntu-20.04, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3a8ba50

Please sign in to comment.