From dcce6bc7eab92337e78a481ef4eae8b6f64a704b Mon Sep 17 00:00:00 2001 From: Kento Nozawa Date: Wed, 9 Oct 2024 12:58:57 +0900 Subject: [PATCH] add python 3.12 --- .github/workflows/ray.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ray.yml b/.github/workflows/ray.yml index 3afefafe..dbff8d68 100644 --- a/.github/workflows/ray.yml +++ b/.github/workflows/ray.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4