Skip to content

Commit

Permalink
chore: Update hosted skills default python version to 3.8 (#501)
Browse files Browse the repository at this point in the history
* feat: Change Alexa Hosted Skill runtime to Python 3.8

* feat: Update Alexa Hosted Skill docs default run times
  • Loading branch information
skrotha committed Dec 27, 2023
1 parent d2e048a commit 6b15c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/Alexa-Hosted-Skill-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Users will be asked the following questions to create a new skill:

* Prompts user for `programming language`
* Select programming language
* AHS supports Python3.7 and Node12.x
* AHS supports Python3.8 and Node16.x
* Prompts user for a method to host your skill's backend resources
* Select `Alexa-hosted skills`
* Prompts user for `skill name`
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports.HOSTED_SKILL = {
},
DEFAULT_RUNTIME: {
NodeJS: "NODE_16_X",
Python: "PYTHON_3_7",
Python: "PYTHON_3_8",
},
SIGNIN_PATH: "/ap/signin",
PERMISSION_ENUM: {
Expand Down

0 comments on commit 6b15c51

Please sign in to comment.