mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Support PY39 and drop PY35 (#2260)
PyYAML 3.13 fails to install on PY3.9 on MacOS. The next public release was 5.1.
This commit is contained in:
@@ -2,7 +2,7 @@ click==3.3
|
||||
Jinja2==2.10.1
|
||||
livereload==2.5.1
|
||||
Markdown==3.2.1
|
||||
PyYAML==3.13
|
||||
PyYAML==5.1
|
||||
tornado==4.1
|
||||
mdx_gh_links==0.2
|
||||
ghp-import==1.0
|
||||
Reference in New Issue
Block a user