-
Notifications
You must be signed in to change notification settings - Fork 191
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
Drop Python2.7 support in CI #686
base: master
Are you sure you want to change the base?
Conversation
Removes Python2.7 from travis.yml in order to drop support for tests for Python2.7
@palnabarun PR for dropping Python2.7 support in CI. This can be steered without the other changes, request you to review this and merge. Also, do you guys have any communication channel? |
@onlinejudge95 -- We are not yet removinng Python 2.7 support from the CI, because our production environment is running on Python 2.7. Currently, I am migrating the infrastructure to newer Python version. Whenever that happens, the support will be removed. |
We are on pyconindia.zulipchat.com or on #pyconindia on irc.freenode.net |
@palnabarun got it, leaving the PR as-is for future use |
Note: To anyone looking at this, it SHOULDN'T be merged until all of production gets moved to Python 3.6 or beyond. |
Maybe attach a label? |
@onlinejudge95 please convert this PR to a draft PR. That'll make it significantly less likely that someone merges this by accident. |
Removes Python2.7 from travis.yml in order to drop support for tests for Python2.7
#680