From f9cd1efbd70a79160dfd5906e99a76d555a78eed Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Sun, 20 Oct 2024 08:38:15 +1000 Subject: [PATCH] workflow --- .github/workflows/test.yaml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6fd2e8593..139699462 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: fail-fast: true matrix: os: [ubuntu, macos] - version: ["3.8", "3.9", "3.10", "3.11"] + version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }}-latest steps: - uses: fastai/workflows/nbdev-ci@master @@ -19,7 +19,7 @@ jobs: version: ${{ matrix.version }} pre: 1 - name: test docs build - if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && matrix.version == '3.9' && matrix.os == 'ubuntu' }} + if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && matrix.version == '3.10' && matrix.os == 'ubuntu' }} run: | set -ux wget -q $(curl https://latest.fast.ai/pre/quarto-dev/quarto-cli/linux-amd64.deb) diff --git a/README.md b/README.md index 43267e20d..ba5728950 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Getting Started + ![CI](https://github.com/fastai/nbdev/actions/workflows/test.yaml/badge.svg)