File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 29
29
Python310V4 :
30
30
pythonVersion : ' 3.10'
31
31
workerPath : $(PROD_V4_WORKER_PY)
32
+ Python311V4 :
33
+ pythonVersion : ' 3.11'
34
+ workerPath : $(PROD_V4_WORKER_PY)
32
35
steps :
33
36
- template : pack/templates/win_env_gen.yml
34
37
parameters :
55
58
Python310V4 :
56
59
pythonVersion : ' 3.10'
57
60
workerPath : $(PROD_V4_WORKER_PY)
61
+ Python311V4 :
62
+ pythonVersion : ' 3.11'
63
+ workerPath : $(PROD_V4_WORKER_PY)
58
64
steps :
59
65
- template : pack/templates/win_env_gen.yml
60
66
parameters :
81
87
Python310V4 :
82
88
pythonVersion : ' 3.10'
83
89
workerPath : $(PROD_V4_WORKER_PY)
90
+ Python311V4 :
91
+ pythonVersion : ' 3.11'
92
+ workerPath : $(PROD_V4_WORKER_PY)
84
93
steps :
85
94
- template : pack/templates/nix_env_gen.yml
86
95
parameters :
@@ -104,6 +113,9 @@ jobs:
104
113
Python310V4 :
105
114
pythonVersion : ' 3.10'
106
115
workerPath : $(PROD_V4_WORKER_PY)
116
+ Python311V4 :
117
+ pythonVersion : ' 3.11'
118
+ workerPath : $(PROD_V4_WORKER_PY)
107
119
steps :
108
120
- template : pack/templates/nix_env_gen.yml
109
121
parameters :
@@ -140,7 +152,7 @@ jobs:
140
152
LATEST_TAG=$(curl https://api.github.com/repos/Azure/azure-functions-python-worker/tags -s | jq '.[0].name' | sed 's/\"//g' | cut -d'.' -f-2)
141
153
NUSPEC="pack\Microsoft.Azure.Functions.V4.PythonWorker.nuspec"
142
154
# Only required for Integration Test. Version number contains date (e.g. 3.1.2.20211028-dev)
143
- WKVERSION="3 .$LATEST_TAG-$(BUILD_BUILDID)-TEST"
155
+ WKVERSION="4 .$LATEST_TAG-$(BUILD_BUILDID)-TEST"
144
156
echo "No Matching Release Tag For $BUILD_SOURCEBRANCH"
145
157
fi
146
158
Original file line number Diff line number Diff line change 26
26
<file src =" ..\3.10_WINDOWS_X86\**" target =" tools\3.10\WINDOWS\X86" />
27
27
<file src =" ..\3.10_LINUX_X64\**" target =" tools\3.10\LINUX\X64" />
28
28
<file src =" ..\3.10_OSX_X64\**" target =" tools\3.10\OSX\X64" />
29
+ <file src =" ..\3.11_WINDOWS_X64\**" target =" tools\3.11\WINDOWS\X64" />
30
+ <file src =" ..\3.11_WINDOWS_X86\**" target =" tools\3.11\WINDOWS\X86" />
31
+ <file src =" ..\3.11_LINUX_X64\**" target =" tools\3.11\LINUX\X64" />
32
+ <file src =" ..\3.11_OSX_X64\**" target =" tools\3.11\OSX\X64" />
29
33
<file src =" ..\python\prodV4\worker.config.json" target =" tools" />
30
34
<file src =" Microsoft.Azure.Functions.PythonWorker.targets" target =" build" />
31
35
<file src =" ..\_manifest\manifest.json" target =" SBOM\manifest.json" />
You can’t perform that action at this time.
0 commit comments