Skip to content

Commit

Permalink
Minor edit to README files reflecting latest Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-P-Allen committed Mar 6, 2024
1 parent 21b4c45 commit 6e16f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Unfortunately, due to the enormous variety of computing platforms and compilers,
__we cannot offer more specific advice on the build process.__

The Python versions do not require building, they are simply run through the Python interpreter.
They have been tested with Python 3.11.7 and NumPy 1.26.2
They have been tested with Python 3.12.2 and NumPy 1.26.4
(and previously, Python versions back to 3.6.0).

## Random number generators
Expand Down
2 changes: 1 addition & 1 deletion python_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ The [User Guide](./GUIDE.md) contains some comments on the Python language,
some notes to assist in running the programs,
and some typical results.
The Python versions do not require building, they are simply run through the Python interpreter.
They have been tested with Python 3.11.7 and NumPy 1.26.2
They have been tested with Python 3.12.2 and NumPy 1.26.4
(and previously, Python versions back to 3.6.0).

0 comments on commit 6e16f8e

Please sign in to comment.