From 490c5993f04dee8361e6b642c0027165392ec3a1 Mon Sep 17 00:00:00 2001 From: Haifeng Wu Date: Tue, 19 Dec 2023 16:22:02 +0800 Subject: [PATCH] update tf version --- .github/workflows/python-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-pytest.yml b/.github/workflows/python-pytest.yml index ce925cf..efbc2bd 100644 --- a/.github/workflows/python-pytest.yml +++ b/.github/workflows/python-pytest.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11) + python-version: ["3.7", "3.8", "3.9", "3.10"] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11) tf-version: ["\">=2.0.0,<=2.10\"", "disable"] # empty string indicates the latest version # exclude: