Skip to content

Commit b8179bb

Browse files
authored
Document TF 2.5 and Python 3.9 compatibility (#309)
1 parent 1869120 commit b8179bb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
tf-version: [1.15.5, 2.0.4, 2.1.3, 2.2.2, 2.3.2, 2.4.1, 2.5.0rc0]
14+
tf-version: [1.15.5, 2.0.4, 2.1.3, 2.2.2, 2.3.2, 2.4.1, 2.5.0rc2]
1515
python-version: [3.7]
1616
include:
1717
- tf-version: 2.4.1
1818
python-version: 3.6
1919
- tf-version: 2.4.1
2020
python-version: 3.8
21-
- tf-version: 2.5.0rc0
21+
- tf-version: 2.5.0rc2
2222
python-version: 3.9
2323
steps:
2424
- uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ For more information, see [larq.dev/zoo](https://docs.larq.dev/zoo/).
1010

1111
Before installing Larq Zoo, please install:
1212

13-
- [Python](https://python.org) version `3.6`, `3.7` or `3.8`
14-
- [Tensorflow](https://www.tensorflow.org/install) version `1.15`, `2.0`, `2.1`, `2.2`, `2.3`, or `2.4`
13+
- [Python](https://python.org) version `3.6`, `3.7`, `3.8`, or `3.9`
14+
- [Tensorflow](https://www.tensorflow.org/install) version `1.15`, `2.0`, `2.1`, `2.2`, `2.3`, `2.4`, or `2.5`
1515

1616
## Installation
1717

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def readme():
5454
"Programming Language :: Python :: 3.6",
5555
"Programming Language :: Python :: 3.7",
5656
"Programming Language :: Python :: 3.8",
57+
"Programming Language :: Python :: 3.9",
5758
"Topic :: Scientific/Engineering",
5859
"Topic :: Scientific/Engineering :: Mathematics",
5960
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)