ni / niflexlogger-automation-python

The niflexlogger-automation package contains an API (Application Programming Interface) and examples for using Python to automate NI FlexLogger. The automation API supports modifying the configuration of existing FlexLogger projects and controlling the execution of FlexLogger test sessions. The package is implemented in Python. NI created and supports this package.
MIT License
8 stars 6 forks source link

Add support for Python 3.10 and fix test. #26

Closed ccaltagi closed 2 years ago

ccaltagi commented 2 years ago

What does this Pull Request accomplish?

What testing has been done?

chadallee commented 2 years ago

Looks good. Are you going to make a new release for this?

ccaltagi commented 2 years ago

Yes. As a matter of fact, you can see in the PR that I upgraded the version from 0.1.2 to 0.1.3 in setup.py. When I added support for the Disable Channels feature and upgraded the version to 0.1.2, I did not create a public release. So I plan to create public releases for both 0.1.2 and 0.1.3 when this PR is committed.