Skip to content

Commit f4220b5

Browse files
authored
Update Debian Stabel python version
1 parent 460fce6 commit f4220b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/asyncio_misc.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer: true
1010
---
1111

1212
## {% linkable_title What about ‘async’ and ‘await’ syntax? %}
13-
Python 3.5 introduced new syntax to formalize the asynchronous pattern. This is however not compatible with Python 3.4. The minimum required Python version for Home Assistant is based on the Python version shipped with Debian stable, which is currently 3.4.2.
13+
Python 3.5 introduced new syntax to formalize the asynchronous pattern. This is however not compatible with Python 3.4. The minimum required Python version for Home Assistant is based on the Python version shipped with Debian stable, which is currently 3.5.3.
1414

1515
For more information, Brett Cannon wrote [an excellent breakdown][brett] on 'async' and 'await' syntax and how asynchronous programming works.
1616

0 commit comments

Comments
 (0)