Skip to content

Commit

Permalink
Reformat the tests table and fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan-Sharaya committed Mar 16, 2024
1 parent 7f6efbe commit 03d20a9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,16 @@ pytest PATH/TO/TESTS -p xrnn
```
**Note** That you need to install the package first if you [built it from source](#building-from-source)

| Platform | Test Python versions |
|----------------|----------------------|
| Windows 64 bit | CPython 3.6-3.13 |
| Linux x86_64 | CPython 3.6-3.12 |
| Intel MacOS | CPython 3.6-3.12 |
| Arm MacOS | CPython 3.10-3.12 |
| Windows 32 bit | CPython 3.10 |
| Linux i386 | CPython 3.10 |
| Arm Linux | CPython 3.10 |
| Platform | Tested Python versions |
|----------------|------------------------|
| Windows 64 bit | 3.6   - 3.12 |
| Linux x86_64 | 3.6   - 3.12 |
| MacOS x86_64 | 3.6   - 3.12 |
| MacOS arm64 | 3.10 - 3.12 |
| | |
| Windows 32 bit | 3.10 |
| Linux i386 | 3.10 |
| Linux arm64 | 3.10 |


Current Design Limitations
Expand Down

0 comments on commit 03d20a9

Please sign in to comment.