Skip to content

Commit

Permalink
update pyver key
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan committed Oct 21, 2024
1 parent 416dfb2 commit d2614f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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'
PythonVersion313: '3.13.0'
GetPip: 'https://bootstrap.pypa.io/get-pip.py'

jobs:
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'
PythonVersion313: '3.13.0'
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'
PythonVersion313: '3.13.0'

steps:
- task: DownloadPipelineArtifact@1
Expand Down

0 comments on commit d2614f6

Please sign in to comment.