You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ through our [GitHub issues page](http://github.com/ni/nidaqmx-python/issues).
27
27
6. Make your change.
28
28
7. Once the necessary changes are done, update the auto-generated code using `poetry run python src/codegen --dest generated/nidaqmx`. This will ensure that the latest files are present in the ``generated`` folder.
29
29
> **Note**
30
-
> The codegen scripts require Python 3.9 or later.
30
+
> The codegen scripts require Python 3.10 or later.
31
31
8. Run all the regression tests again (including the tests you just added), and confirm that they all
32
32
pass.
33
33
9. Run `poetry run ni-python-styleguide lint` to check that the updated code follows NI's Python coding
0 commit comments