Skip to content

Commit 1a5a10c

Browse files
committed
fix: only do python 3.9
1 parent e195368 commit 1a5a10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9]
16+
python-version: ["3.9"]
1717
defaults:
1818
run:
1919
shell: bash -el {0}

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: stactools-modis
22
channels:
33
- conda-forge
44
dependencies:
5-
- python = 3.9
5+
- python >= 3.9
66
- gdal >= 3.5.2
77
- libgdal-hdf4

0 commit comments

Comments
 (0)