Skip to content

Commit

Permalink
Support for TF2.13+ in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keisen committed Oct 6, 2023
1 parent 91db4d8 commit 4edd380
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
tensorflow: ['2.12.0']
tensorflow: ['2.12.0', '2.13.0', '2.14.0']
exclude:
- python-version: 3.8
tensorflow: '2.14.0'
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4edd380

Please sign in to comment.