diff --git a/tox.ini b/tox.ini index d7e12d5..9e859fd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py3}-tensorflow-{2.8,2.9,2.10,2.11,2.12,2.13,2.14} +envlist = {py3}-tensorflow-{2.8,2.9,2.10,2.11,2.12,2.13,2.14,2.15} [testenv] setenv = @@ -14,6 +14,7 @@ deps = -rexamples/examples-requirements.txt tensorflow-2.12: tensorflow==2.12 tensorflow-2.13: tensorflow==2.13 tensorflow-2.14: tensorflow==2.14 + tensorflow-2.15: tensorflow==2.15 changedir = examples commands = pylint --disable=R,C,W,E1136,E0401 ../attention python example-attention.py