Skip to content

Commit cbadea5

Browse files
committed
update to v1.13.0
Add python 3.8 to GitHub Action
1 parent 656cffa commit cbadea5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash -l {0}
6060
strategy:
6161
matrix:
62-
python-version: ["3.9", "3.10", "3.11"]
62+
python-version: ["3.8", "3.9", "3.10", "3.11"]
6363
steps:
6464
- id: skip_check
6565
uses: fkirc/skip-duplicate-actions@master

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mache" %}
2-
{% set version = "1.13.0rc1" %}
2+
{% set version = "1.13.0" %}
33

44
package:
55
name: {{ name|lower }}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mache
3-
version = 1.13.0rc1
3+
version = 1.13.0
44
author = Xylar Asay-Davis
55
author_email = [email protected]
66
description = A package for providing configuration data relate to E3SM supported machines

0 commit comments

Comments
 (0)