Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions eng/pack/Microsoft.Azure.Functions.V4.PythonWorker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
<copyright>© .NET Foundation. All rights reserved.</copyright>
</metadata>
<files>
<file src="..\..\3.9_WINDOWS_X64\**" target="tools\3.9\WINDOWS\X64" />
<file src="..\..\3.9_WINDOWS_X86\**" target="tools\3.9\WINDOWS\X86" />
<file src="..\..\3.9_LINUX_X64\**" target="tools\3.9\LINUX\X64" />
<file src="..\..\3.9_OSX_X64\**" target="tools\3.9\OSX\X64" />
<file src="..\..\3.9_OSX_ARM64\**" target="tools\3.9\OSX\Arm64" />
<file src="..\..\3.9_LINUX_ARM64\**" target="tools\3.9\LINUX\Arm64" />
<file src="..\..\3.10_WINDOWS_X64\**" target="tools\3.10\WINDOWS\X64" />
<file src="..\..\3.10_WINDOWS_X86\**" target="tools\3.10\WINDOWS\X86" />
<file src="..\..\3.10_LINUX_X64\**" target="tools\3.10\LINUX\X64" />
Expand Down
2 changes: 0 additions & 2 deletions eng/templates/jobs/ci-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:

strategy:
matrix:
Python39:
PYTHON_VERSION: '3.9'
Python310:
PYTHON_VERSION: '3.10'
Python311:
Expand Down
2 changes: 0 additions & 2 deletions eng/templates/jobs/ci-emulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

strategy:
matrix:
Python39:
PYTHON_VERSION: '3.9'
Python310:
PYTHON_VERSION: '3.10'
Python311:
Expand Down
2 changes: 0 additions & 2 deletions eng/templates/jobs/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

strategy:
matrix:
Python39:
PYTHON_VERSION: '3.9'
Python310:
PYTHON_VERSION: '3.10'
Python311:
Expand Down
18 changes: 0 additions & 18 deletions eng/templates/official/jobs/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
os: windows
strategy:
matrix:
Python39V4:
pythonVersion: '3.9'
normalizedPythonVersion: '3.9'
Python310V4:
pythonVersion: '3.10'
normalizedPythonVersion: '3.10'
Expand Down Expand Up @@ -46,9 +43,6 @@ jobs:
os: windows
strategy:
matrix:
Python39V4:
pythonVersion: '3.9'
normalizedPythonVersion: '3.9'
Python310V4:
pythonVersion: '3.10'
normalizedPythonVersion: '3.10'
Expand Down Expand Up @@ -85,9 +79,6 @@ jobs:
os: linux
strategy:
matrix:
Python39V4:
pythonVersion: '3.9'
normalizedPythonVersion: '3.9'
Python310V4:
pythonVersion: '3.10'
normalizedPythonVersion: '3.10'
Expand Down Expand Up @@ -123,9 +114,6 @@ jobs:
os: macOS
strategy:
matrix:
Python39V4:
pythonVersion: '3.9'
normalizedPythonVersion: '3.9'
Python310V4:
pythonVersion: '3.10'
normalizedPythonVersion: '3.10'
Expand Down Expand Up @@ -161,9 +149,6 @@ jobs:
os: macOS
strategy:
matrix:
Python39V4:
pythonVersion: '3.9'
normalizedPythonVersion: '3.9'
Python310V4:
pythonVersion: '3.10'
normalizedPythonVersion: '3.10'
Expand Down Expand Up @@ -199,9 +184,6 @@ jobs:
os: linux
strategy:
matrix:
Python39V4:
pythonVersion: '3.9'
normalizedPythonVersion: '3.9'
Python310V4:
pythonVersion: '3.10'
normalizedPythonVersion: '3.10'
Expand Down
6 changes: 0 additions & 6 deletions eng/templates/official/jobs/ci-docker-dedicated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:

strategy:
matrix:
Python39:
PYTHON_VERSION: '3.9'
STORAGE_CONNECTION: $(LinuxStorageConnectionString39)
SQL_CONNECTION: $(LinuxSqlConnectionString39)
EVENTGRID_URI: $(LinuxEventGridTopicUriString39)
EVENTGRID_CONNECTION: $(LinuxEventGridConnectionKeyString39)
Python310:
PYTHON_VERSION: '3.10'
STORAGE_CONNECTION: $(LinuxStorageConnectionString310)
Expand Down
6 changes: 0 additions & 6 deletions eng/templates/official/jobs/ci-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:

strategy:
matrix:
Python39:
PYTHON_VERSION: '3.9'
STORAGE_CONNECTION: $(LinuxStorageConnectionString39)
SQL_CONNECTION: $(LinuxSqlConnectionString39)
EVENTGRID_URI: $(LinuxEventGridTopicUriString39)
EVENTGRID_CONNECTION: $(LinuxEventGridConnectionKeyString39)
Python310:
PYTHON_VERSION: '3.10'
STORAGE_CONNECTION: $(LinuxStorageConnectionString310)
Expand Down
Loading