Skip to content

Commit f914297

Browse files
committed
docs: Clarify PyPy support
1 parent 3389891 commit f914297

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
* ...

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ system.
5555
Python 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

6062
Installation
6163
============

0 commit comments

Comments
 (0)