File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -59,19 +59,19 @@ jobs:
5959 << : *common
6060 environment :
6161 - GDAL_VERSION=3.1
62- - PYTHON_VERSIONS=3.7 3.8
62+ - PYTHON_VERSIONS=3.7
6363
6464 " gdal-3.0 " :
6565 << : *common
6666 environment :
6767 - GDAL_VERSION=3.0
68- - PYTHON_VERSIONS=3.7 3.8
68+ - PYTHON_VERSIONS=3.7
6969
7070 " gdal-2.4 " :
7171 << : *common
7272 environment :
7373 - GDAL_VERSION=2.4
74- - PYTHON_VERSIONS=3.7 3.8
74+ - PYTHON_VERSIONS=3.7
7575
7676 " deploy " :
7777 docker :
Original file line number Diff line number Diff line change @@ -67,18 +67,15 @@ layer.zip
6767
6868## Create a Python Lambda package
6969
70- To help the creation of lambda Python package (or complex layers) we are also creating Python (3.7 and 3.8 ) docker images.
70+ To help the creation of lambda Python package (or complex layers) we are also creating Python (3.7) docker images.
7171
7272- ** 3.1**
73- - ** lambgeo/lambda: gdal3 .1-py3.8**
7473 - ** lambgeo/lambda: gdal3 .1-py3.7**
7574
7675- ** 3.0**
77- - ** lambgeo/lambda: gdal3 .0-py3.8**
7876 - ** lambgeo/lambda: gdal3 .0-py3.7**
7977
8078- ** 2.4**
81- - ** lambgeo/lambda: gdal2 .4-py3.8**
8279 - ** lambgeo/lambda: gdal2 .4-py3.7**
8380
8481Checkout [ /base/python/Dockerfile] ( /base/python/Dockerfile ) to see how to create other runtime supported images.
You can’t perform that action at this time.
0 commit comments