Minimum Python Version #61
Replies: 1 comment
-
The minimum python version is now 3.8, so that protocols can be used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello LTSpice users,
the latest PyLTSpice version requires a python 3.7 or higher version.
This decision is mostly driven by the need of using dataclasses for the implementation of new features. I've also adopted the formatting strings in many places which means at least 3.6+.
I don't deny the possibility of rolling back this, if there is too much backlash, but, this would imply complicating things a bit.
Another decision is start eliminating all code that tried to support an operation without numpy. The rationale behind this is most of the audience using LTSpice has anyway an installation with numpy.
I hope this message finds you well and wishing you good simulations ahead.
Best Regards,
Nuno Brum
Beta Was this translation helpful? Give feedback.
All reactions