Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise minimum Python version to 3.6 #223

Closed
jayvdb opened this issue Nov 13, 2018 · 1 comment
Closed

Raise minimum Python version to 3.6 #223

jayvdb opened this issue Nov 13, 2018 · 1 comment

Comments

@jayvdb
Copy link
Member

jayvdb commented Nov 13, 2018

While coala needs to be available to a wide array of platforms, the community website is designed to be run on CI.

We should take advantage of newer features of Python.

manage.py should emit an error if the version of Python < 3.6

@bhawesh96
Copy link
Member

Please assign this issue to me. I plan to fix it by using sys.version_info[0] in manage.py

bhawesh96 added a commit to bhawesh96/community that referenced this issue Nov 13, 2018
raise an Exception if python version is < 3.6

Closes coala#223
bhawesh96 added a commit to bhawesh96/community that referenced this issue Nov 18, 2018
raise an Exception if python version is < 3.6

Closes coala#223
bhawesh96 added a commit to bhawesh96/community that referenced this issue Nov 18, 2018
raise an Exception if python version is < 3.6

Closes coala#223
bhawesh96 added a commit to bhawesh96/community that referenced this issue Nov 20, 2018
raise an Exception if python version is < 3.6

Closes coala#223
gitmate-bot pushed a commit to bhawesh96/community that referenced this issue Dec 3, 2018
raise an Exception if python version is < 3.6

Closes coala#223
gitmate-bot pushed a commit to bhawesh96/community that referenced this issue Jan 31, 2019
raise an Exception if python version is < 3.6

Closes coala#223
KVGarg pushed a commit to KVGarg/community that referenced this issue Feb 4, 2019
raise an Exception if python version is < 3.6

Closes coala#223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants