From 389ecd6a9fbfdd0c8a690ce1d63213dc2d2dac17 Mon Sep 17 00:00:00 2001 From: y0z Date: Fri, 13 Sep 2024 11:53:54 +0900 Subject: [PATCH] Update CI config for fastai --- .github/workflows/fastai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastai.yml b/.github/workflows/fastai.yml index 9a07a239..0e5a812d 100644 --- a/.github/workflows/fastai.yml +++ b/.github/workflows/fastai.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4