Skip to content

Commit 95ae354

Browse files
authored
Merge pull request #194 from WISDEM/dev
Remove WIDSEM API
2 parents 9dd1d0c + a2d65c2 commit 95ae354

9 files changed

Lines changed: 18 additions & 883 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 3
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ['3.9', '3.10', '3.11']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1616
exclude:
1717
- os: macos-latest
1818
python-version: '3.9'
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install pytest
32-
python -m pip install .
32+
python -m pip install .[dev,plot]
3333
- name: Run pytest
3434
run: |
3535
python -m pytest -v --disable-warnings

ORBIT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from ORBIT.parametric import ParametricManager
1818
from ORBIT.supply_chain import SupplyChainManager
1919

20-
__version__ = "1.2"
20+
__version__ = "1.2.1"

ORBIT/api/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)