[3.7] bpo-35045: Accept TLSv1 default in min max test (GH-11510) by miss-islington · Pull Request #11611 · python/cpython

@tiran @miss-islington

Make ssl tests less strict and also accept TLSv1 as system default. The
changes unbreaks test_min_max_version on Fedora 29.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 34de2d3)

Co-authored-by: Christian Heimes <christian@python.org>

vstinner