[python] PCQA-273 Switch from 3.12 RC2 to RC3

GitOrigin-RevId: d076158de38a25cb8fff0205b24da6dc9d534f71
This commit is contained in:
Pavel Karateev
2023-09-28 13:50:38 +02:00
committed by intellij-monorepo-bot
parent 7014be59fd
commit c94a4fea62

View File

@@ -43,7 +43,7 @@ envs {
String python39version = "3.9.13"
String python310version = "3.10.8"
String python311version = "3.11.0"
String python312version = "3.12.0rc2"
String python312version = "3.12.0rc3"
bootstrapDirectory = new File(System.getenv().getOrDefault("PYCHARM_PYTHONS", new File(buildDir, 'pythons').path))
envsDirectory = new File(System.getenv().getOrDefault("PYCHARM_PYTHON_VIRTUAL_ENVS", new File(buildDir, 'envs').path))