Skip to content

Commit b3efe98

Browse files
authored
Merge pull request #1 from PPKoller/PPKoller-patch-1
Pp koller patch 1
2 parents be80472 + 78d4874 commit b3efe98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Build and deploy Python app to Azure Web App
1111

1212
env:
1313
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
14+
PYTHON_VERSION: '3.12' # set this to the Python version to use
1515

1616
on:
1717
push:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ black
22
pytest
33
pylint
44
pytest-cov
5-
Flask==2.2.2
5+
Flask==3.1.0

0 commit comments

Comments
 (0)