Skip to content

Commit 6d6ccb3

Browse files
authored
Disable Python 3.9 build in Windows (#775)
1 parent 9a5a072 commit 6d6ccb3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
Python38V3:
5858
pythonVersion: '3.8'
5959
workerPath: 'python/prodV3/worker.py'
60-
Python39V3:
61-
pythonVersion: '3.9'
62-
workerPath: 'python/prodV3/worker.py'
6360
steps:
6461
- template: pack/templates/win_env_gen.yml
6562
parameters:
@@ -82,9 +79,6 @@ jobs:
8279
Python38V3:
8380
pythonVersion: '3.8'
8481
workerPath: 'python/prodV3/worker.py'
85-
Python39V3:
86-
pythonVersion: '3.9'
87-
workerPath: 'python/prodV3/worker.py'
8882
steps:
8983
- template: pack/templates/win_env_gen.yml
9084
parameters:

pack/Microsoft.Azure.Functions.V3.PythonWorker.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<file src="..\3.8_WINDOWS_X86\**" target="tools\3.8\WINDOWS\X86" />
2323
<file src="..\3.8_LINUX_X64\**" target="tools\3.8\LINUX\X64" />
2424
<file src="..\3.8_OSX_X64\**" target="tools\3.8\OSX\X64" />
25-
<file src="..\3.9_WINDOWS_X64\**" target="tools\3.9\WINDOWS\X64" />
26-
<file src="..\3.9_WINDOWS_X86\**" target="tools\3.9\WINDOWS\X86" />
25+
<!-- <file src="..\3.9_WINDOWS_X64\**" target="tools\3.9\WINDOWS\X64" /> -->
26+
<!-- <file src="..\3.9_WINDOWS_X86\**" target="tools\3.9\WINDOWS\X86" /> -->
2727
<file src="..\3.9_LINUX_X64\**" target="tools\3.9\LINUX\X64" />
2828
<file src="..\3.9_OSX_X64\**" target="tools\3.9\OSX\X64" />
2929
<file src="..\python\prodV3\worker.config.json" target="tools" />

0 commit comments

Comments
 (0)