Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr authored Nov 24, 2023
1 parent c43b196 commit 740f20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Notes
* From 4.0 onwards (current master), OpenUDS has been splitted in several repositories and contains submodules. Remember to use "git clone --resursive ..." to fetch it ;-).
* 3.6 version is tested on Python 3.9, 3.10 and 3.11. It will probably work on 3.8 too.
* 4.0 Version will need Python 3.11 or higher. It uses new features only available on 3.10 or later, and is tested against 3.11. It will probably work on 3.10 too.
* We use "NamedTuples" in the code, and seems to be some kind of error on 3.11.1, so please do not use that: (Ref: https://github.com/python/cpython/issues/100098)

0 comments on commit 740f20d

Please sign in to comment.