diff --git a/tox.ini b/tox.ini index 3550ddc..17116e1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py3}-tensorflow-{2.3.0,2.4.0,2.5.0,2.6.2,2.7.0,2.8.0,2.9.0,2.10.0} +envlist = {py3}-tensorflow-{2.6,2.7,2.8,2.9,2.10,2.11,2.12,2.13} [testenv] setenv = @@ -7,14 +7,14 @@ setenv = deps = pytest -rrequirements.txt -rexamples/examples-requirements.txt - tensorflow-2.3.0: tensorflow==2.3.0 - tensorflow-2.4.0: tensorflow==2.4.0 - tensorflow-2.5.0: tensorflow==2.5.0 - tensorflow-2.6.2: tensorflow==2.6.2 - tensorflow-2.7.0: tensorflow==2.7.0 - tensorflow-2.8.0: tensorflow==2.8.0 - tensorflow-2.9.0: tensorflow==2.9.0 - tensorflow-2.10.0: tensorflow==2.10.0 + tensorflow-2.6: tensorflow==2.6 + tensorflow-2.7: tensorflow==2.7 + tensorflow-2.8: tensorflow==2.8 + tensorflow-2.9: tensorflow==2.9 + tensorflow-2.10: tensorflow==2.10 + tensorflow-2.11: tensorflow==2.11 + tensorflow-2.12: tensorflow==2.12 + tensorflow-2.13: tensorflow==2.13 changedir = examples commands = python recurrent.py python multi_inputs.py