diff --git a/tox.ini b/tox.ini index cf43482..8ee7a1b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14,2.15,2.16} +envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14,2.15,2.16,2.17} [testenv] setenv = @@ -15,6 +15,7 @@ deps = pytest tensorflow-2.14: tensorflow==2.14 tensorflow-2.15: tensorflow==2.15 tensorflow-2.16: tensorflow==2.16 + tensorflow-2.17: tensorflow==2.17 changedir = examples commands = python recurrent.py python multi_inputs.py