Bump python 3.9 version used in our infrastructure (PY-50829)

GitOrigin-RevId: fb08f46a4ac586d8ff8f3699323043f797296a7d
This commit is contained in:
Semyon Proshev
2022-10-31 17:40:31 +01:00
committed by intellij-monorepo-bot
parent 85932645d1
commit bae8aa77b9
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ envs {
String python36version = "3.6.8"
String python37version = "3.7.9"
String python38version = "3.8.10"
String python39version = "3.9.5"
String python39version = "3.9.13"
String python310version = "3.10.0"
bootstrapDirectory = new File(System.getenv().getOrDefault("PYCHARM_PYTHONS", new File(buildDir, 'pythons').path))