Skip to content

Commit

Permalink
Point to ccpp-framework tag, and add python 3.12 to testing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Oct 13, 2023
1 parent fa78349 commit a276757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions Externals_CAM.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit a276757

Please sign in to comment.