From a2767577c4a4294789ae98452980525a399daf6e Mon Sep 17 00:00:00 2001 From: Jesse Nusbaumer Date: Fri, 13 Oct 2023 09:08:55 -0600 Subject: [PATCH] Point to ccpp-framework tag, and add python 3.12 to testing workflow. --- .github/workflows/python_unit_tests.yml | 2 +- Externals_CAM.cfg | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python_unit_tests.yml b/.github/workflows/python_unit_tests.yml index d0d8c20a..c6671cc4 100644 --- a/.github/workflows/python_unit_tests.yml +++ b/.github/workflows/python_unit_tests.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: #All of these python versions will be used to run tests: - 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"] fail-fast: false steps: # Acquire github action routines: diff --git a/Externals_CAM.cfg b/Externals_CAM.cfg index 526dceae..a2d0b89b 100644 --- a/Externals_CAM.cfg +++ b/Externals_CAM.cfg @@ -1,9 +1,8 @@ [ccpp-framework] local_path = ccpp_framework protocol = git -repo_url = https://github.com/nusbaume/ccpp-framework -branch = water_species_prop -#tag = CPF_0.2.048 +repo_url = https://github.com/peverwhee/ccpp-framework +tag = CPF_0.2.049 required = True [ncar-physics]