-
Notifications
You must be signed in to change notification settings - Fork 11
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
support Python 3.10 #202
Labels
Comments
MDA 2.2 supports 3.10 so we can move ahead. |
Merged
orbeckst
added a commit
that referenced
this issue
Nov 17, 2022
- fix #202 - add testing for Python 3.10 - dropped tests for Python 3.6 (should have been removed in 0.8.0) - update setup.py and CHANGES
orbeckst
added a commit
that referenced
this issue
Nov 17, 2022
- fix #202 - add testing for Python 3.10 - dropped tests for Python 3.6 (should have been removed in 0.8.0) - update setup.py and CHANGES
orbeckst
added a commit
that referenced
this issue
Nov 17, 2022
- fix #202 - add testing for Python 3.10 - dropped tests for Python 3.6 (should have been removed in 0.8.0) - update setup.py and CHANGES
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Officially support Python 3.10.
MDPOW almost certainly works with Python 3.10 but the tests require conda packages of dependencies (namely, MDAnalysis MDAnalysis/mdanalysis#3457 ) to be available for 3.10, too.
We can make a patch-level release once Python 3.10 is officially supported.
See #200 for notes.
The text was updated successfully, but these errors were encountered: