Set minimal Python version to 3.7 for new version of zeroconf. Related to #2165

pull/2187/head
nicolargo 2022-10-29 09:44:50 +02:00
parent d948d65db2
commit 2a2576db98
1 changed files with 2 additions and 2 deletions

View File

@ -32,5 +32,5 @@ six
sparklines
statsd
wifi
zeroconf==0.19.1; python_version < "3.0"
zeroconf; python_version >= "3.0"
zeroconf==0.19.1; python_version < "3.7"
zeroconf; python_version >= "3.7"