Skip to content

Commit 122da05

Browse files
committed
build(ci): use python 3.11 as default target for wheel
1 parent 50d7d4a commit 122da05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: pnpm
2424
- uses: actions/setup-python@v4
2525
with:
26-
python-version: "3.8"
26+
python-version: "3.11"
2727
- name: Mount bazel caches
2828
uses: actions/cache@v3
2929
with:
@@ -87,7 +87,8 @@ jobs:
8787
strategy:
8888
matrix:
8989
os: [ubuntu-20.04, macOS-11, windows-2019]
90-
#os: [windows-2019]
90+
# TODO: add more python versions later, when we can afford the cost
91+
#python: [3.11]
9192
steps:
9293
- uses: actions/checkout@v3
9394
- uses: pnpm/[email protected]
@@ -97,7 +98,7 @@ jobs:
9798
- args: [--frozen-lockfile]
9899
- uses: actions/setup-python@v4
99100
with:
100-
python-version: "3.8"
101+
python-version: 3.11 #${{ matrix.python }}
101102
- name: Mount bazel caches
102103
uses: actions/cache@v3
103104
with:

0 commit comments

Comments
 (0)