Skip to content

Commit 60d6aa5

Browse files
committed
Test against jinja2 3.x
New installs of the 2.x branch are currently broken due to pallets/jinja#1585, which the maintainer of jinja apparently does not intend to fix.
1 parent 51e7608 commit 60d6aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"python-dateutil>=2.7",
4545
"pytz>=2014.7",
4646
"elasticsearch>=5.0,<6.0",
47-
"Jinja2>=2.11,<3.0",
47+
"Jinja2>=3.0,<4.0",
4848
"boto3>=1.16,<1.17",
4949
"freezegun>=0.3.8",
5050
"openpyxl>=2.6.4",

0 commit comments

Comments
 (0)