Skip to content

Commit e338205

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

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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

python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ def parse_version(root, **kwargs):
392392
"Programming Language :: Python :: 3.9",
393393
"Programming Language :: Python :: 3.10",
394394
"Programming Language :: Python :: 3.11",
395+
"Programming Language :: Python :: 3.12",
395396
],
396397
keywords="Graph, Large-Scale, Distributed Computing",
397398
use_scm_version={

0 commit comments

Comments
 (0)