Remove some Python 3.6 references

This commit is contained in:
Dave Halter
2020-07-25 02:10:10 +02:00
parent 4f9f193747
commit 902885656d
7 changed files with 6 additions and 7 deletions

View File

@@ -273,7 +273,7 @@ autodoc_default_flags = []
# -- Options for intersphinx module --------------------------------------------
intersphinx_mapping = {
'http://docs.python.org/': ('https://docs.python.org/3.6', None),
'http://docs.python.org/': ('https://docs.python.org/3.8', None),
}