Skip to content

Commit f9139a6

Browse files
committed
Update to Python 3.11
1 parent 9ce1cbd commit f9139a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/linux-python-functionapp-on-azure.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
- python-3.11
78

89
workflow_dispatch:
910

1011
env:
1112
AZURE_FUNCTIONAPP_NAME: wordcloud-azure-function
1213
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.'
13-
PYTHON_VERSION: 3.9
14+
PYTHON_VERSION: 3.11
1415

1516
jobs:
1617
build-and-deploy:

environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
name: py39
1+
name: py311
22
dependencies:
3-
- python=3.9
3+
- python=3.11

0 commit comments

Comments
 (0)