Skip to content

Commit e865a89

Browse files
added compatibilty notes to Readme
Signed-off-by: Shashank Reddy Boyapally <sboyapal@redhat.com>
1 parent 8e9c9e6 commit e865a89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ tests :
6363
## Build Orion
6464
Building Orion is a straightforward process. Follow these commands:
6565

66+
**Note: Orion Compatibility**
67+
68+
Orion currently supports Python versions `3.8.x`, `3.9.x`, `3.10.x`, and `3.11.x`. Please be aware that using other Python versions might lead to dependency conflicts caused by hunter, creating a challenging situation known as "dependency hell." It's crucial to highlight that Python `3.12.x` may result in errors due to the removal of distutils, a dependency used by numpy. This information is essential to ensure a smooth experience with Orion and avoid potential compatibility issues.
69+
6670
Clone the current repository using git clone.
6771

6872
```

0 commit comments

Comments
 (0)