Skip to content

Commit

Permalink
remove the call to install_python_version. unpin the patch version of…
Browse files Browse the repository at this point in the history
… python 3.13
  • Loading branch information
scbedd committed Oct 21, 2024
1 parent d2614f6 commit 665621d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 186 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/client.test.live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
PythonVersion310: '3.10'
PythonVersion311: '3.11'
PythonVersion312: '3.12'
PythonVersion313: '3.13.0'
PythonVersion313: '3.13'
GetPip: 'https://bootstrap.pypa.io/get-pip.py'

jobs:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
PythonVersion310: '3.10'
PythonVersion311: '3.11'
PythonVersion312: '3.12'
PythonVersion313: '3.13.0'
PythonVersion313: '3.13'

steps:
- task: DownloadPipelineArtifact@1
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
PythonVersion310: '3.10'
PythonVersion311: '3.11'
PythonVersion312: '3.12'
PythonVersion313: '3.13.0'
PythonVersion313: '3.13'
GetPip: 'https://bootstrap.pypa.io/get-pip.py'


Expand Down Expand Up @@ -97,7 +97,7 @@ extends:
PythonVersion310: '3.10'
PythonVersion311: '3.11'
PythonVersion312: '3.12'
PythonVersion313: '3.13.0'
PythonVersion313: '3.13'

steps:
- task: DownloadPipelineArtifact@1
Expand Down
165 changes: 0 additions & 165 deletions .azure-pipelines/install_python_version.py

This file was deleted.

2 changes: 1 addition & 1 deletion .azure-pipelines/templates/variables/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
- name: WINDOWSVMIMAGE
value: azsdk-pool-mms-win-2022-1espt
- name: MACVMIMAGE
value: macos-latest
value: macos-12

# Values required for pool.os field in 1es pipeline templates
- name: LINUXOS
Expand Down
16 changes: 0 additions & 16 deletions .azure-pipelines/use-python-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@ parameters:
architecture: 'x64'

steps:
# use python 3.8 for tooling. packaging. platform.
- task: UsePythonVersion@0
displayName: "Use Python 3.8"
inputs:
versionSpec: 3.8

- pwsh: |
pip install packaging
displayName: Prep Environment
# select the appropriate version from manifest if present
- task: PythonScript@0
displayName: 'Check Version Spec Against Known Versions'
inputs:
scriptPath: '.azure-pipelines/install_python_version.py'
arguments: '${{ parameters.versionSpec }} --arch ${{ parameters.architecture }} --installer_folder="../_pyinstaller'

# use
- task: UsePythonVersion@0
displayName: "Use Python $(PythonVersion)"
Expand Down

0 comments on commit 665621d

Please sign in to comment.