1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-11 05:17:55 +03:00

Merge branch 'master' of github.com:/VirtualCable/openuds

This commit is contained in:
Adolfo Gómez García 2024-01-21 17:43:18 +01:00
commit c2024c23b8
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -22,4 +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)
* We use "NamedTuples" in the code, and seems to be some kind of error on 3.11.1, so please do not use that python version: (Ref: https://github.com/python/cpython/issues/100098).