Skip to content

Commit 9c85f0e

Browse files
author
Diptorup Deb
authored
Merge pull request #1123 from IntelPython/feature/add_python_3_11
Add python 3.11 support
2 parents f9ca96b + 790e515 commit 9c85f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python: ['3.9', '3.10']
29+
python: ['3.9', '3.10', '3.11']
3030
os: [ubuntu-latest, windows-latest]
3131

3232
runs-on: ${{ matrix.os }}
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
python: ['3.9', '3.10']
96+
python: ['3.9', '3.10', '3.11']
9797
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
9898
experimental: [false]
9999

@@ -199,7 +199,7 @@ jobs:
199199

200200
strategy:
201201
matrix:
202-
python: ['3.9', '3.10']
202+
python: ['3.9', '3.10', '3.11']
203203
os: [ubuntu-latest, windows-latest]
204204

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

0 commit comments

Comments
 (0)