File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- python-version : ["3.10", "3.11"]
10
+ python-version : ["3.10", "3.11", "3.12" ]
11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- python-version : ["3.10", "3.11"]
11
+ python-version : ["3.10", "3.11", "3.12" ]
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'
4
4
5
5
[tool .poetry ]
6
6
name = ' exodus_helper'
7
- version = ' 1.1.1 '
7
+ version = ' 1.1.2 '
8
8
description = ' A package for manipulating ExodusII databases'
9
9
license = ' BSD-3-Clause'
10
10
authors = [' Coleman Alleman <callema@sandia.gov>' ]
@@ -19,7 +19,7 @@ classifiers = [
19
19
packages =[{include =' exodus_helper' }]
20
20
21
21
[tool .poetry .dependencies ]
22
- python = ' >=3.10,<3.12 '
22
+ python = ' >=3.10,<3.13 '
23
23
netCDF4 = ' ^1'
24
24
numpy = ' ^1'
25
25
packaging = ' ^24'
You can’t perform that action at this time.
0 commit comments