We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be80472 + 78d4874 commit b3efe98Copy full SHA for b3efe98
2 files changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ name: Build and deploy Python app to Azure Web App
11
12
env:
13
AZURE_WEBAPP_NAME: flask-githubactions # set this to your application's name
14
- PYTHON_VERSION: '3.9' # set this to the Python version to use
+ PYTHON_VERSION: '3.12' # set this to the Python version to use
15
16
on:
17
push:
requirements.txt
@@ -2,4 +2,4 @@ black
2
pytest
3
pylint
4
pytest-cov
5
-Flask==2.2.2
+Flask==3.1.0
0 commit comments