Skip to content

Commit 394894c

Browse files
committed
Build wheel package on python3.12
1 parent 64ebe09 commit 394894c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-graphscope-wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
strategy:
247247
fail-fast: false
248248
matrix:
249-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
249+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
250250

251251
steps:
252252
- uses: actions/download-artifact@v3

.github/workflows/build-graphscope-wheels-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: macos-12
147147
strategy:
148148
matrix:
149-
python-version: ['3.8', '3.9', '3.10', '3.11']
149+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
150150

151151
steps:
152152
- uses: actions/checkout@v3
@@ -234,7 +234,7 @@ jobs:
234234
needs: [build-wheels, build-client-wheels]
235235
strategy:
236236
matrix:
237-
python-version: ['3.8', '3.9', '3.10', '3.11']
237+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
238238

239239
steps:
240240
- uses: actions/download-artifact@v3
@@ -282,7 +282,7 @@ jobs:
282282
strategy:
283283
fail-fast: false
284284
matrix:
285-
python-version: ['3.8', '3.9', '3.10', '3.11']
285+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
286286

287287
steps:
288288
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)