Skip to content

Commit e507a01

Browse files
authored
remove Python 3.6 based runtime (#143)
Python 3.6 is past its end of life; therefore this runtime is no longer receiving security updates.
1 parent 48b8a60 commit e507a01

File tree

15 files changed

+13
-1881
lines changed

15 files changed

+13
-1881
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ jobs:
9090
SHORT_COMMIT=$(git rev-parse --short "$GITHUB_SHA")
9191
./gradlew :core:python3Action:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=nightly
9292
./gradlew :core:python3Action:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$SHORT_COMMIT
93-
./gradlew :core:python36AiAction:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=nightly
94-
./gradlew :core:python36AiAction:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$SHORT_COMMIT
9593
./gradlew :core:python39Action:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=nightly
9694
./gradlew :core:python39Action:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$SHORT_COMMIT
9795
./gradlew :core:python310Action:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=nightly
@@ -106,8 +104,6 @@ jobs:
106104
IMAGE_TAG=${GITHUB_REF_NAME##*@}
107105
if [ ${RUNTIME_VERSION} == "3" ]; then
108106
RUNTIME="python3Action"
109-
elif [ ${RUNTIME_VERSION} == "3-ai" ]; then
110-
RUNTIME="python36AiAction"
111107
elif [ ${RUNTIME_VERSION} == "39" ]; then
112108
RUNTIME="python39Action"
113109
elif [ ${RUNTIME_VERSION} == "310" ]; then

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ others.
150150
./gradlew :tests:test --tests Python*Tests
151151
```
152152

153-
## Python 3 AI Runtime
154-
This action runtime enables developers to create AI Services with OpenWhisk. It comes with preinstalled libraries useful for running Machine Learning and Deep Learning inferences. [Read more about this runtime here](./core/python36AiAction).
155-
156153
## Using additional python libraries
157154

158155
If you need more libraries for your Python action, you can include a virtualenv in the zip file of the action.

core/python36AiAction/Dockerfile

Lines changed: 0 additions & 94 deletions
This file was deleted.

core/python36AiAction/README.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

core/python36AiAction/build.gradle

Lines changed: 0 additions & 45 deletions
This file was deleted.

core/python36AiAction/requirements.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

core/python36AiAction/samples/smart-body-crop/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)