We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ed1b9 commit fb6ce3bCopy full SHA for fb6ce3b
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="jinja2html",
8
- version="0.2.2",
+ version="0.3.0",
9
author="Fastily",
10
author_email="fastily@users.noreply.github.com",
11
description="friendly generation of websites with jinja2 templates",
@@ -23,10 +23,10 @@
23
classifiers=[
24
"Natural Language :: English",
25
"Programming Language :: Python :: 3",
26
- "Programming Language :: Python :: 3.7",
27
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
28
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
29
"Operating System :: OS Independent",
30
],
31
- python_requires='>=3.7',
+ python_requires='>=3.8',
32
)
0 commit comments