Skip to content

Commit bc92b00

Browse files
authored
Merge pull request #124 from rpauly18/py3.7
adding 3.7 tests back
2 parents 5a7152e + 557351e commit bc92b00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Py 3.8, 3.9 | Windows Mac Linux
1+
name: Py 3.7 3.8, 3.9 | Windows Mac Linux
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
16-
python-version: [3.8, 3.9]
16+
python-version: [3.7, 3.8, 3.9]
1717

1818
steps:
1919
- uses: conda-incubator/setup-miniconda@v2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ matplotlib
55
requests
66
pecos>=0.1.9
77
fatpack
8-
NREL-rex>=0.2.35
8+
NREL-rex>=0.2.63
99
six>=1.13.0
1010
xarray

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'fatpack',
2727
'lxml',
2828
'scikit-learn',
29-
'NREL-rex>=0.2.35',
29+
'NREL-rex>=0.2.63',
3030
'six>=1.13.0',
3131
'netCDF4',
3232
'xarray']

0 commit comments

Comments
 (0)