mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
PY-60243 Add Python 3.12 to Python debugger test environments
GitOrigin-RevId: 42c2723266bda8dbd37e0030cf7dc302685249cc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a77f41df03
commit
ad5532a526
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user