-
Notifications
You must be signed in to change notification settings - Fork 45
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
Labels
Comments
Please assign this issue to me. I plan to fix it by using |
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
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
The text was updated successfully, but these errors were encountered: