[ not(major >= 3 and minor >= 6) ] fails for '4.0'
This is a backport of core#13699
D1120 introduced f-strings which require python >= 3.6
Differential D10308
contrib: correct version check PiRK on Oct 12 2021, 08:47. Authored by Tags None Subscribers None
Details
This is a backport of core#13699 D1120 introduced f-strings which require python >= 3.6 Run contrib/zmq/zmq_pub.py with python >= 3.6 and verify that it doesn't print the error message about the python version.
Diff Detail
|