Skip to content

Commit e3825eb

Browse files
committed
Reduce python requirement from 3.6 to 3.5.
Currently, python3 in debian releases is version 3.5 and version 3.6 is only available in testing (buster). In addition, there should not be anything in the code that specially requires python 3.6.
1 parent 3738144 commit e3825eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
],
5151
packages=find_packages(),
5252
package_data={'bootstrapform_jinja': template_files},
53-
python_requires='>=3.6',
53+
python_requires='>=3.5',
5454
zip_safe=True,
5555
)

0 commit comments

Comments
 (0)