Azure DevOps Pipelines Specify Dev Version of Python

James, Mark 55 Reputation points
2023-01-23T16:41:42.49+00:00

Within Azure DevOps Pipelines is it possible to use development versions of Python?

If so, please can someone please assist with the syntax?

Currenlty I have the following in my azure-piplines.yml

    - task: UsePythonVersion@0
      displayName: 'Use Python 3.7'
      inputs:
        versionSpec: 3.7 

I've tried the below, although that didn't work :(

versionSpec: 3.7-dev
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,937 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 37,846 Reputation points Microsoft Employee
    2023-01-23T17:15:13.06+00:00

    Azure Devops is not currently supported here on Microsoft QnA.

    The Community Members and Engineers are actively answering questions in dedicated forums here. Please post your question in that forum:

    https://developercommunity.visualstudio.com/spaces/21/index.html

    https://azure.microsoft.com/en-in/support/devops/


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.