Skip to content

Commit c58e77d

Browse files
authored
Build wheels for Python 3.11 (#786)
* Build wheels for Python 3.11 * Update Docker image
1 parent 9f095bd commit c58e77d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: macos-latest
138138
strategy:
139139
matrix:
140-
python-version: [3.7, 3.8, 3.9, "3.10"]
140+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
141141
fail-fast: false
142142
steps:
143143
- uses: actions/checkout@v3
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: macos-11
181181
strategy:
182182
matrix:
183-
python-version: [3.8, 3.9, "3.10"]
183+
python-version: [3.8, 3.9, "3.10", 3.11]
184184
fail-fast: false
185185
steps:
186186
- uses: actions/checkout@v3
@@ -223,7 +223,7 @@ jobs:
223223
runs-on: ubuntu-latest
224224
strategy:
225225
matrix:
226-
python-version: [3.7, 3.8, 3.9, "3.10"]
226+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
227227
fail-fast: false
228228
steps:
229229
- uses: actions/checkout@v3
@@ -245,7 +245,7 @@ jobs:
245245
-e GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcloud-credentials.json \
246246
-v $GOOGLE_APPLICATION_CREDENTIALS:/tmp/gcloud-credentials.json:ro \
247247
-v ${PWD}:/compute-engine -w /compute-engine \
248-
tensorflow/build:2.10-python${{ matrix.python-version }} \
248+
tensorflow/build:2.13-python${{ matrix.python-version }} \
249249
.github/tools/release_linux.sh
250250
251251
sudo apt-get -y -qq install patchelf --no-install-recommends
@@ -266,7 +266,7 @@ jobs:
266266
runs-on: windows-2019
267267
strategy:
268268
matrix:
269-
python-version: [3.7, 3.8, 3.9, "3.10"]
269+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
270270
fail-fast: false
271271
steps:
272272
- name: Configure Pagefile

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
protobuf-version: [3.19.6]
107107
include:
108108
- tf-version: 2.13.0
109-
python-version: 3.8
109+
python-version: 3.11
110110
flatbuffers-version: 23.1.21
111111
protobuf-version: 4.23.4
112112
if: "!contains(github.event.head_commit.message, 'ci-skip')"

0 commit comments

Comments
 (0)