Skip to content

Commit 843cf1a

Browse files
committed
Bump up Python version to 3.9.5
python-build, used by gradle-python-envs, removed definition for 3.9.3 and causes build failed.
1 parent 36c89fb commit 843cf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.9.3"
299+
python "python", "3.9.5"
300300
}
301301

302302
/*

0 commit comments

Comments
 (0)