From: Bob Halley Date: Sat, 5 Mar 2022 21:48:15 +0000 (-0800) Subject: increase minimum version to 3.7 for readthedocs X-Git-Tag: v2.3.0rc1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63bca3ce6b6f949e4d7aaea21ae8f96e0b0ae0ce;p=thirdparty%2Fdnspython.git increase minimum version to 3.7 for readthedocs --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 009c8733..65357846 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ sphinx: formats: [] python: - version: 3.6 + version: 3.7 install: - requirements: doc/requirements.txt - method: pip