From 143cb99773fe4ac204a57278da19d5ee9d3ad16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20R=C3=A9my?= Date: Tue, 13 Aug 2024 16:07:20 -0700 Subject: [PATCH] Update tox.ini --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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