-
Notifications
You must be signed in to change notification settings - Fork 22
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 Python 2.7 support #152
Milestone
Comments
@VOD555 @yuxuanzhuang do you have any opinions on dropping Python 2.7? I can do the drop along PR #151 because I cannot really test for Python 2.7 in the GH actions framework without huge pain. |
Open
I'm ok with dropping 2.7 in 0.4. |
SGTM. |
Ok, we're ditching Python 2.7 asap. |
PRs welcome ;-). |
orbeckst
added a commit
that referenced
this issue
Oct 28, 2021
- drop 2.7 (see #152) - add 3.6 - note: 3.9 not supported in MDAnalysis 1.1.1
orbeckst
added a commit
that referenced
this issue
Oct 28, 2021
- drop 2.7 (see #152) - add 3.6 - note: 3.9 not supported in MDAnalysis 1.1.1 - update CHANGELOG
orbeckst
added a commit
that referenced
this issue
Oct 29, 2021
- drop 2.7 (see #152) - add 3.6 - note: 3.9 not supported in MDAnalysis 1.1.1 - update CHANGELOG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI becomes difficult to support for Python 2.7 (see PR #151 ) because there are no conda packages for MDA 1.1.1 and MDA 2.0 does not support Python 2 anyway.
Given PMDA's current experimental focus I would like drop Python 2.7 immediately to reduce the maintenance/support burden.
The text was updated successfully, but these errors were encountered: