diff --git a/README.md b/README.md index 129b9d638..26469b9a8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ To achieve all of that, Pyleecan is **open source** with a very permissive licen ## Getting Started The procedure to install and use Pyleecan is detailed on [pyleecan website](https://www.pyleecan.org/get.pyleecan.html) +Warning: Pyleecan is not yet compatible with Python 3.11 due to PySide2. We plan to update pyleecan to 3.11 when we will have the time to do so. ## Origin and Current Status of the Project [EOMYS ENGINEERING](https://eomys.com/?lang=en) initiated this open-source project in 2018 for the study of electric motors. The project is now backed by [Green Forge Coop](https://www.linkedin.com/company/greenforgecoop/) non profit organization, who also supports the development of [Mosqito](https://github.com/Eomys/MoSQITo) for sound quality and [SciDataTool](https://github.com/Eomys/SciDataTool) for efficient scientific data exploitation. diff --git a/setup.py b/setup.py index 2cb9ae2e5..8a92a4dee 100644 --- a/setup.py +++ b/setup.py @@ -25,13 +25,13 @@ # Release 1.1.0 : 1.1.0 # First post release of the release 1.1.0 : 1.1.0.post1 -PYLEECAN_VERSION = "1.4.2" +PYLEECAN_VERSION = "1.5.0" with open("README.md", "r") as fh: long_description = fh.read() -python_requires = ">= 3.6" +python_requires = ">= 3.6, <3.11" # Pyleecan main dependancies install_requires = [