diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed4d9aa..ee1af61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,10 +86,6 @@ jobs: # max-parallel: 10 matrix: include: - - os: ubuntu-18 - python-version: 3.6 - tf-version: 2.2.0 - - os: ubuntu-18 python-version: 3.6 tf-version: 2.3.0 diff --git a/README.md b/README.md index 4496872..8615a53 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ **GradientAccumulator** was developed by SINTEF Health due to the lack of an easy-to-use method for gradient accumulation in TensorFlow 2. -The package is available on PyPI and is compatible with and have been tested against TF >= 2.2 and Python >= 3.6 (tested with 3.6-3.10), and works cross-platform (Ubuntu, Windows, macOS). +The package is available on PyPI and is compatible with and have been tested against TF >= 2.3 and Python >= 3.6 (tested with 3.6-3.10), and works cross-platform (Ubuntu, Windows, macOS). ## What?