File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- os : [ubuntu-latest, windows-latest]
13
+ os : [" ubuntu-latest", "macos-latest", " windows-latest" ]
14
14
python-version : ["3.12"]
15
15
rc-package : ["aacgmv2", "apexpy", "OMMBV"]
16
16
27
27
run : pip install .[test]
28
28
29
29
- name : Install RC dependency
30
- run : pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${{ matrix.rc-package }}
30
+ run : pip install --pre - i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${{ matrix.rc-package }}
31
31
32
32
- name : Set up pysat
33
33
run : |
Original file line number Diff line number Diff line change 16
16
numpy_ver : ["latest"]
17
17
include :
18
18
- python-version : " 3.10"
19
- numpy_ver : " 1.24 "
19
+ numpy_ver : " 1.25 "
20
20
os : " ubuntu-latest"
21
21
22
22
name : Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }}
Original file line number Diff line number Diff line change 15
15
numpy_ver : ["latest"]
16
16
include :
17
17
- python-version : " 3.10"
18
- numpy_ver : " 1.23 "
18
+ numpy_ver : " 1.25 "
19
19
os : " ubuntu-latest"
20
20
21
21
name : Python ${{ matrix.python-version }} on ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
6
* Maintenance
7
7
* Update meta headers to include orbital info used in propagation
8
8
* Update controlled information statement for accuracy and clarity
9
+ * Update external RC tests to include Mac environment testing
10
+ * Update NEP29 minimum to numpy 1.25
9
11
10
12
## [ 0.3.5] - 2024-07-16
11
13
* Maintenance
You can’t perform that action at this time.
0 commit comments