-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Python 3.8 to 3.10 #1463
Conversation
Can you see if you can find out when 3.10 will be out of preview? |
templates/common/.devcontainer/devcontainer.json/python/devcontainer.json
Outdated
Show resolved
Hide resolved
The CI failed on files I did not change:
|
@wbreza can you take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Looks like their are some failing pipelines, but once those have been resolved this should be good to go.
Once you rebase
the checks below should just go green
.
@wbreza Merged main and the CI checks are happy campers now! |
(Sigh accidentally clicked close, re-opened now!) |
templates/common/.devcontainer/devcontainer.json/python/devcontainer.json
Outdated
Show resolved
Hide resolved
templates/common/.devcontainer/devcontainer.json/python/devcontainer.json
Outdated
Show resolved
Hide resolved
@jongio The Python functions team announced yesterday that 3.10 is generally available! |
Yeah, thanks. |
@jongio Updated to 3.10 and updated images to be language-specific (across all the languages), per my comment. |
templates/common/.devcontainer/devcontainer.json/nodejs/devcontainer.json
Show resolved
Hide resolved
/azp run azure-dev - repoman |
@jongio ping |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-dev - repoman |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-dev - repoman |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-dev - repoman |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-dev - repoman |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-dev - repoman |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-dev - repoman |
Azure Pipelines successfully started running 1 pipeline(s). |
Repoman Generation ResultsRepoman pushed changes to remotes for the following projects: Project: todo-csharp-cosmos-sqlRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-csharp-cosmos-sql -b pr/1463 View Changes | Compare Changes Project: todo-csharp-sql-swa-funcRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql-swa-func -b pr/1463 View Changes | Compare Changes Project: todo-csharp-sqlRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql -b pr/1463 View Changes | Compare Changes Project: todo-java-mongo-acaRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo-aca -b pr/1463 View Changes | Compare Changes Project: todo-java-mongoRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo -b pr/1463 View Changes | Compare Changes Project: todo-nodejs-mongo-acaRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aca -b pr/1463 View Changes | Compare Changes Project: todo-nodejs-mongo-aksRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aks -b pr/1463 View Changes | Compare Changes Project: todo-nodejs-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-swa-func -b pr/1463 View Changes | Compare Changes Project: todo-nodejs-mongoRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo -b pr/1463 View Changes | Compare Changes Project: todo-nodejs-mongo-terraformRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-terraform -b pr/1463 View Changes | Compare Changes Project: todo-python-mongo-acaRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-aca -b pr/1463 View Changes | Compare Changes Project: todo-python-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-swa-func -b pr/1463 View Changes | Compare Changes Project: todo-python-mongoRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo -b pr/1463 View Changes | Compare Changes Project: todo-python-mongo-terraformRemote: azure-samples-stagingBranch: pr/1463You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-terraform -b pr/1463 View Changes | Compare Changes |
Python 3.9 was released 2020-10-05 and has been supported by Azure App Service and Azure Functions for a while, so it should be fine to update the samples to all use 3.9.
We could almost update them to 3.10, but we're waiting for that to be out of preview for Azure Functions:
https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python?tabs=asgi%2Capplication-level&pivots=python-mode-configuration#python-version
The template-tests job should be kicked off for this to confirm no issues.