Skip to content

Commit

Permalink
Update Python parser version and Python version to match version used…
Browse files Browse the repository at this point in the history
… by CI (#3833)
  • Loading branch information
praveenkuttappan authored Aug 3, 2022
1 parent 30a54c0 commit dc59535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pr:

variables:
DotNetRuntimeVersion: '3.1.x'
PythonVersion: '3.10.2'
PythonVersion: '3.10.5'
WebClientProjectDirectory: 'src/dotnet/APIView/APIViewWeb/Client'
WebProjectPath: 'src/dotnet/APIView/APIViewWeb/APIViewWeb.csproj'
TestProjectPath: 'src/dotnet/APIView/**/*Tests.csproj'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class PythonLanguageService : LanguageProcessor
{
public override string Name { get; } = "Python";
public override string Extension { get; } = ".whl";
public override string VersionString { get; } = "0.3.2";
public override string VersionString { get; } = "0.3.3";

private readonly string _pythonExecutablePath;
public override string ProcessName => _pythonExecutablePath;
Expand Down

0 comments on commit dc59535

Please sign in to comment.