Skip to content

Commit

Permalink
Reduce python requirement from 3.6 to 3.5.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raphendyr committed Aug 14, 2017
1 parent 3738144 commit e3825eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
],
packages=find_packages(),
package_data={'bootstrapform_jinja': template_files},
python_requires='>=3.6',
python_requires='>=3.5',
zip_safe=True,
)

0 comments on commit e3825eb

Please sign in to comment.