Skip to content

Commit 9c1fde3

Browse files
committed
fix(Action): working
1 parent f9d9555 commit 9c1fde3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: ["3.7", "3.8", "3.9", "3.10"]
12+
python: ["3.7", "3.8", "3.9"]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python ${{ matrix.python }}
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: windows-latest
5050
strategy:
5151
matrix:
52-
python: ["3.7", "3.8", "3.9", "3.10"]
52+
python: ["3.7", "3.8", "3.9"]
5353
steps:
5454
- uses: actions/checkout@v1
5555
- name: Set up Python ${{ matrix.python }}

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: ["3.7", "3.8", "3.9", "3.10"]
12+
python: ["3.7", "3.8", "3.9"]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python ${{ matrix.python }}
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: windows-latest
4141
strategy:
4242
matrix:
43-
python: ["3.7", "3.8", "3.9", "3.10"]
43+
python: ["3.7", "3.8", "3.9"]
4444
steps:
4545
- uses: actions/checkout@v1
4646
- name: Set up Python ${{ matrix.python }}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"geode": "1.3.0",
33
"modules": {
4-
"OpenGeode": "1.7.2",
4+
"OpenGeode": "1.7.3",
55
"OpenGeode-IO": "1.4.0",
66
"OpenGeode-Geosciences": "1.4.1",
77
"OpenGeode-GeosciencesIO": "1.3.1"

0 commit comments

Comments
 (0)