Skip to content

Commit

Permalink
Use latest python 3.12 as default. (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang authored Dec 28, 2024
1 parent 576a218 commit 94216bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtualEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class VirtualEnvironment {
return this.uvPty;
}

constructor(venvPath: string, selectedDevice: TorchDeviceType | undefined, pythonVersion: string = '3.12.4') {
constructor(venvPath: string, selectedDevice: TorchDeviceType | undefined, pythonVersion: string = '3.12.8') {
this.venvRootPath = venvPath;
this.pythonVersion = pythonVersion;
this.selectedDevice = selectedDevice;
Expand Down

0 comments on commit 94216bf

Please sign in to comment.