From: David Lord Date: Thu, 13 Jan 2022 22:46:46 +0000 (-0800) Subject: Merge branch '3.0.x' X-Git-Tag: 3.1.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b41c0c6d3b3ac95c9d911043f2dd1a7e3e1c63;p=thirdparty%2Fjinja.git Merge branch '3.0.x' --- b2b41c0c6d3b3ac95c9d911043f2dd1a7e3e1c63 diff --cc setup.cfg index c23d9390,b4031360..fcc2b4b4 --- a/setup.cfg +++ b/setup.cfg @@@ -32,8 -32,8 +32,8 @@@ classifiers [options] packages = find: package_dir = = src - include_package_data = true + include_package_data = True -python_requires = >= 3.6 +python_requires = >= 3.7 # Dependencies are in setup.py for GitHub's dependency graph. [options.packages.find]