mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 13:05:42 +01:00
Add support for Python 3.12 (#101651)
This commit is contained in:
@@ -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'"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user