@@ -137,7 +137,7 @@ jobs:
137
137
runs-on : macos-latest
138
138
strategy :
139
139
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 ]
141
141
fail-fast : false
142
142
steps :
143
143
- uses : actions/checkout@v3
@@ -180,7 +180,7 @@ jobs:
180
180
runs-on : macos-11
181
181
strategy :
182
182
matrix :
183
- python-version : [3.8, 3.9, "3.10"]
183
+ python-version : [3.8, 3.9, "3.10", 3.11 ]
184
184
fail-fast : false
185
185
steps :
186
186
- uses : actions/checkout@v3
@@ -223,7 +223,7 @@ jobs:
223
223
runs-on : ubuntu-latest
224
224
strategy :
225
225
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 ]
227
227
fail-fast : false
228
228
steps :
229
229
- uses : actions/checkout@v3
@@ -245,7 +245,7 @@ jobs:
245
245
-e GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcloud-credentials.json \
246
246
-v $GOOGLE_APPLICATION_CREDENTIALS:/tmp/gcloud-credentials.json:ro \
247
247
-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 }} \
249
249
.github/tools/release_linux.sh
250
250
251
251
sudo apt-get -y -qq install patchelf --no-install-recommends
@@ -266,7 +266,7 @@ jobs:
266
266
runs-on : windows-2019
267
267
strategy :
268
268
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 ]
270
270
fail-fast : false
271
271
steps :
272
272
- name : Configure Pagefile
0 commit comments