From 7f755acc5d7b885f6fb2bc9dd924ddbfc2ebecb8 Mon Sep 17 00:00:00 2001 From: philipperemy Date: Sat, 30 Sep 2023 12:50:24 +0700 Subject: [PATCH] upgrade to python3.9 --- README.md | 2 +- tox.ini | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb06fe9..04c28fa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Downloads](https://pepy.tech/badge/keract/month)](https://pepy.tech/project/keract) ![Keract CI](https://github.com/philipperemy/keract/workflows/Keract%20CI/badge.svg) -Tested with Tensorflow 2.7, 2.8, 2.9, 2.10, 2.11, 2.12, 2.13 and 2.14 (Sep 26, 2023). +Tested with Tensorflow 2.9, 2.10, 2.11, 2.12, 2.13 and 2.14 (Sep 26, 2023). ```bash pip install keract diff --git a/tox.ini b/tox.ini index f588235..4977ea6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py3}-tensorflow-{2.7,2.8,2.9,2.10,2.11,2.12,2.13,2.14} +envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14} [testenv] setenv = @@ -7,8 +7,6 @@ setenv = deps = pytest -rrequirements.txt -rexamples/examples-requirements.txt - 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