Skip to content

Commit 6bff922

Browse files
authored
Merge pull request #4 from raphendyr/python_version
Reduce python requirement from 3.6 to 3.5.
2 parents 3738144 + e3825eb commit 6bff922

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)