You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/08/17 14:07:18 UTC

[openwhisk-release] branch master updated: use python3 as command name (#408)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new baa0223  use python3 as command name (#408)
baa0223 is described below

commit baa02237264b816eec3a1ed93b3b86f64e2a17f9
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Aug 17 10:07:14 2022 -0400

    use python3 as command name (#408)
---
 docs/release_instructions.md | 1 +
 tools/gen-release-vote.py    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 6aa4f26..fc13da3 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -389,6 +389,7 @@ The current list of "actionloop" based Dockerfiles is:
 - openwhisk-runtime-php/core/php8.0Action/Dockerfile
 - openwhisk-runtime-python/core/python36AiAction/Dockerfile
 - openwhisk-runtime-python/core/python39Action/Dockerfile
+- openwhisk-runtime-python/core/python310Action/Dockerfile
 - openwhisk-runtime-python/core/python3Action/Dockerfile
 - openwhisk-runtime-ruby/core/ruby2.6ActionLoop/Dockerfile
 - openwhisk-runtime-rust/core/rust1.34/Dockerfile
diff --git a/tools/gen-release-vote.py b/tools/gen-release-vote.py
index 384151e..94bf61a 100755
--- a/tools/gen-release-vote.py
+++ b/tools/gen-release-vote.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with