From 4a735213dafa8c679d4318a2e6274e148941cd87 Mon Sep 17 00:00:00 2001 From: bhack Date: Sat, 11 May 2024 12:52:00 +0200 Subject: [PATCH] Limit python 3.12 to TF 2.16 --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6de7d9eee..de92d9e828 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,8 @@ jobs: tf-version: ['2.14.1', '2.15.1', '2.16.1'] cpu: ['x86'] include: + - py-version: '3.12' + tf-version: '2.16.1' - os: 'macos-12' cpu: 'arm64' tf-version: '2.16.1' @@ -115,6 +117,8 @@ jobs: tf-version: ['2.16.1'] cpu: ['x86'] include: + - py-version: '3.12' + tf-version: '2.16.1' - os: 'macOS' cpu: 'arm64' tf-version: '2.16.1'