Skip to content

Commit bb43147

Browse files
authored
Upgraded py version to 3.8
1 parent f3ff719 commit bb43147

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [3.7, 3.8, 3.9]
11+
python-version: [3.8, 3.9]
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
1313
steps:
1414
- name: checkout

.github/workflows/update_awesome_spectral_indices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.8'
1818
- name: dependencies
1919
run: |
2020
python -m pip install --upgrade pip

.github/workflows/update_ee_appshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.8'
1818
- name: dependencies
1919
run: |
2020
python -m pip install --upgrade pip

.github/workflows/update_gee_stac_ids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.8'
1818
- name: dependencies
1919
run: |
2020
python -m pip install --upgrade pip

.github/workflows/update_gee_stac_scale_offset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.8'
1818
- name: dependencies
1919
run: |
2020
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)