From 4d0bd7a4d17622f9db6a6291c4e79c488def504b Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Tue, 10 Sep 2024 15:41:14 -0700 Subject: [PATCH] Add Python 3.13 build --- .circleci/config.yml | 2 +- .github/workflows/nightly-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a5b12af..7419a645 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -197,7 +197,7 @@ workflows: matrix: parameters: os: [ linux ] - python_version: [ "3.9", "3.10", "3.11", "3.12" ] + python_version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] name: build-<< matrix.os >>-<< matrix.python_version >> - upload: diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index f6a7f735..56135028 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -28,7 +28,7 @@ jobs: C_COMPILER: clang_osx-64 FORTRAN_COMPILER: gfortran_osx-64 PROJECT_DIR: workdir/macos_64 - python_version: ['3.9', '3.10', '3.11', '3.12'] + python_version: ['3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ${{ matrix.runner.RUNNER_OS }} env: PACKAGE_NAME: cmor