From f20fa7c358e27b7974826e4e9d48121979b8ba75 Mon Sep 17 00:00:00 2001 From: Bosco Yung <15840328+bhky@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:38:13 +0900 Subject: [PATCH] Add support Py3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 586cc83..1981786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ "3.9", "3.10", "3.11" ] + python: [ "3.9", "3.10", "3.11", "3.12" ] backend: [ tensorflow, jax ] include: - backend: tensorflow