-
Notifications
You must be signed in to change notification settings - Fork 55
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
Adding new ID Pin API introduced in mioDAQ #1154
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jun Ying Tan <9677893+tjying95@users.noreply.github.com>
Signed-off-by: Jun Ying Tan <9677893+tjying95@users.noreply.github.com>
Seems like
Did some submodules got upgraded as well? |
I tried building |
I got nothing... maybe @astarche or @reckenro would know? I'm not a maintainer or active here :( |
The grpc-sideband dependency hasn't been updated in about 4 months not sure why it would start failing now especially with an error about that datatype. |
It's being tracked here: https://dev.azure.com/ni/DevCentral/_workitems/edit/3042775 |
What does this Pull Request accomplish?
Adding new ID Pin API support introduced in mioDAQ. Depends on this PR: Add new attribute and APIs for mioDAQ ID Pin feature #262
Upgrade Python version to use 3.13 due to some packages no longer supporting Python 3.8.Pin mypy, mypy-protobuf and types-protobuf versions since their latest versions dropped support for Python 3.8.
Why should this Pull Request be merged?
As part of the changes to support the API in
nidaqmx-python
.What testing has been done?
Local build successfully.
Export can be consumed by
nidaqmx-python
.