Skip to content

Commit e04992f

Browse files
committed
[VI] Update version before release 1.5.0
1 parent ce7b955 commit e04992f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ To achieve all of that, Pyleecan is **open source** with a very permissive licen
1919

2020
## Getting Started
2121
The procedure to install and use Pyleecan is detailed on [pyleecan website](https://www.pyleecan.org/get.pyleecan.html)
22+
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.
2223

2324
## Origin and Current Status of the Project
2425
[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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
# Release 1.1.0 : 1.1.0
2626
# First post release of the release 1.1.0 : 1.1.0.post1
2727

28-
PYLEECAN_VERSION = "1.4.2"
28+
PYLEECAN_VERSION = "1.5.0"
2929

3030

3131
with open("README.md", "r") as fh:
3232
long_description = fh.read()
3333

34-
python_requires = ">= 3.6"
34+
python_requires = ">= 3.6, <3.11"
3535

3636
# Pyleecan main dependancies
3737
install_requires = [

0 commit comments

Comments
 (0)