mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Declare support for Python 3.10 (#2617)
* Bump minimum Jinja2 requirement
This commit is contained in:
3
setup.py
3
setup.py
@@ -60,7 +60,7 @@ setup(
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'click>=3.3',
|
||||
'Jinja2>=2.10.1',
|
||||
'Jinja2>=2.10.2',
|
||||
'Markdown>=3.2.1',
|
||||
'PyYAML>=3.10',
|
||||
'watchdog>=2.0',
|
||||
@@ -97,6 +97,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
|
||||
Reference in New Issue
Block a user