Skip to content

Commit 34a54f2

Browse files
authored
* Drop TF2.2 compatibility (#2224)
1 parent 5268629 commit 34a54f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python configure.py
3535
bazel test -c opt -k --test_timeout 300,450,1200,3600 --test_output=errors //tensorflow_addons/...
3636
release-wheel:
37-
name: Build release wheels
37+
name: Test and build release wheels
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ what it was tested against.
8080
#### Python Op Compatibility Matrix
8181
| TensorFlow Addons | TensorFlow | Python |
8282
|:----------------------- |:---|:---------- |
83-
| tfa-nightly | 2.2, 2.3 | 3.6, 3.7, 3.8 |
83+
| tfa-nightly | 2.3 | 3.6, 3.7, 3.8 |
8484
| tensorflow-addons-0.11.2 | 2.2, 2.3 |3.5, 3.6, 3.7, 3.8 |
8585
| tensorflow-addons-0.10.0 | 2.2 |3.5, 3.6, 3.7, 3.8 |
8686
| tensorflow-addons-0.9.1 | 2.1, 2.2 |3.5, 3.6, 3.7 |

0 commit comments

Comments
 (0)