Skip to content

Commit ef66339

Browse files
committed
remove mention to python 3.8 [skip ci]
1 parent 36f003e commit ef66339

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

8481
Checkout [/base/python/Dockerfile](/base/python/Dockerfile) to see how to create other runtime supported images.

0 commit comments

Comments
 (0)