-
Notifications
You must be signed in to change notification settings - Fork 10
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
Python 3.10 Support #199
Comments
I have the changes available for this and am more than happy to make a PR! |
christianmkuss
added a commit
to christianmkuss/AIT-DSN
that referenced
this issue
Dec 7, 2022
Because of the strictly pinned versions this library would only work with Python 3.7, as stated in the documentation. Since the dependencies are well founded they provide support for newer versions of Python, including Python 3.10. By migrating to the newer versions this library will now support Python3.10 but drop support for other versions. Fixes NASA-AMMOS#199
christianmkuss
added a commit
to christianmkuss/AIT-DSN
that referenced
this issue
Dec 7, 2022
Because of the strictly pinned versions this library would only work with Python 3.7, as stated in the documentation. Since the dependencies are well founded they provide support for newer versions of Python, including Python 3.10. By migrating to the newer versions this library will now support Python3.10 but drop support for other versions. Fixes NASA-AMMOS#199
christianmkuss
added a commit
to christianmkuss/AIT-DSN
that referenced
this issue
Dec 9, 2022
Because of the strictly pinned versions this library would only work with Python 3.7, as stated in the documentation. Since the dependencies are well founded they provide support for newer versions of Python, including Python 3.10. By migrating to the newer versions this library will now support Python3.10 but drop support for other versions. Nose is no longer maintained and does not support 3.9+. This commit removes nose as a dependency in favor of pytest. Fixes NASA-AMMOS#199
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AIT-Core was recently updated to Python 3.10 (in version 2.4.0). The current version is stuck on 3.7 and could be upgraded to match the AIT-Core. This would drop support for Python 3.7 and potentially skip 3.8 & 3.9.
The text was updated successfully, but these errors were encountered: