I have set the min TLS version for ldap using ldap.OPT_X_TLS_PROTOCOL_MIN
conn.set_options(ldap.OPT_X_TLS_PROTOCOL_MIN, 0x304) //0x304 is TLS1.3
Even