From 03d20a9ed877f781376eec494aacd673e06c2b75 Mon Sep 17 00:00:00 2001 From: Yazan Sharaya Date: Sat, 16 Mar 2024 20:38:30 +0300 Subject: [PATCH] Reformat the tests table and fix a typo --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6f245a4..c908e46 100644 --- a/README.md +++ b/README.md @@ -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