Skip to content

Commit d973cf8

Browse files
committed
Bump up python version to 3.9.3
Later version of Xcode no longer build older version of Python downloaded by `com.jetbrains.python.envs`. Change-Id: Idb5be607b69b70594d77ef3f65bd93b1cd8deab1
1 parent c7675c4 commit d973cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ project.ext {
296296
envs {
297297
bootstrapDirectory = project.ext.pythonBootstrapDir
298298
envsDirectory = new File(project.ext.buildDir, "python_envs")
299-
python "python", "3.7.4"
299+
python "python", "3.9.3"
300300
}
301301

302302
/*

0 commit comments

Comments
 (0)