-
|
When using version the alpha version 0.3, the union type x | y pipe operate was used in the source code, which made it necessary to use at least python 3.10 (or modify the source code accordingly). Since the installation guide still advises to install python 3.11: are there known downsides/incompatibilities by using the current snapi commit with python 3.9? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I don't test it with older version. But lately I used snAPI with spyder which is using a Python 3.8.10 kernel. Therefore I had to make a fix that is not in a released but it should work for you: |
Beta Was this translation helpful? Give feedback.
I don't test it with older version. But lately I used snAPI with spyder which is using a Python 3.8.10 kernel. Therefore I had to make a fix that is not in a released but it should work for you:
544a9d1