PY-60243 Add Python 3.12 to Python debugger test environments

GitOrigin-RevId: 42c2723266bda8dbd37e0030cf7dc302685249cc
This commit is contained in:
Andrey Lisin
2023-04-21 13:58:03 +02:00
committed by intellij-monorepo-bot
parent a77f41df03
commit ad5532a526

View File

@@ -43,6 +43,7 @@ envs {
String python39version = "3.9.13"
String python310version = "3.10.8"
String python311version = "3.11.0"
String python312version = "3.12.0a7"
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))
@@ -143,6 +144,11 @@ envs {
"python3.11",
true)
createPython("python3.12",
python312version,
[],
"python3\npython3.12")
// For tox
createPython("py36",
python36version,