From f8ff3d3efafb5e8ff3fd285e6e1c36c672dc9ac6 Mon Sep 17 00:00:00 2001 From: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:27:56 +0900 Subject: [PATCH] Add test to python 3.11 and 3.12 --- .github/workflows/tfkeras.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tfkeras.yml b/.github/workflows/tfkeras.yml index 38541886..96dc289f 100644 --- a/.github/workflows/tfkeras.yml +++ b/.github/workflows/tfkeras.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3