Declare support for Python 3.10 (#2617)

* Bump minimum Jinja2 requirement
This commit is contained in:
Álvaro Mondéjar
2021-12-30 22:17:56 +01:00
committed by GitHub
parent 4a6862a82a
commit 7e69cc5f68
5 changed files with 16 additions and 13 deletions

View File

@@ -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",