Drop py3.5, add py3.7

This commit is contained in:
Jason Carver
2019-01-15 16:06:18 -08:00
parent 03f00d3fbe
commit caf9050a19
5 changed files with 26 additions and 26 deletions

View File

@ -273,7 +273,7 @@ texinfo_documents = [
# -- Intersphinx configuration ------------------------------------------------
intersphinx_mapping = {
'python': ('https://docs.python.org/3.5', None),
'python': ('https://docs.python.org/3.6', None),
}
# -- Doctest configuration ----------------------------------------