Add support for Python 3.12 (#101651)
This commit is contained in:
parent
535e2b81ce
commit
ba91aaa28d
28 changed files with 296 additions and 93 deletions
|
@ -5,5 +5,8 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
||||
"loggers": ["RestrictedPython"],
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["RestrictedPython==6.2"]
|
||||
"requirements": [
|
||||
"RestrictedPython==6.2;python_version<'3.12'",
|
||||
"RestrictedPython==7.0a1.dev0;python_version>='3.12'"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue