Skip to content

Commit

Permalink
Limit python 3.12 to TF 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack authored May 11, 2024
1 parent 9438b43 commit 4a73521
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 4a73521

Please sign in to comment.