File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ All notable changes to this project will be documented in this file.
4141 distribution package and affected clients. Adding PyPy-specific constraints exacerbated
4242 this problem. Now, the distribution package specifies only a lower bound for the ` numpy `
4343 and ` click ` versions.
44+ * Clarify PyPy support and enable unit testing with PyPy.
4445
4546* ### Known Issues
4647 * ...
Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ system.
5555Python Version Support
5656----------------------
5757
58- **nidaqmx ** supports CPython 3.9+ and PyPy3.
58+ **nidaqmx ** supports CPython 3.9+.
59+
60+ **nidaqmx ** supports PyPy3 for non-gRPC use cases.
5961
6062Installation
6163============
You can’t perform that action at this time.
0 commit comments