23 Jul 2024 03:05 PM - last edited on 19 Aug 2024 08:20 AM by Michal_Gebacki
Hello,
I understand there is an issue where I can't use later versions of python(I have 3.12.X installed). I work at a bank and I can't go back to older versions.
please advise when this can be fixed. I am trying to make a custom extension.
Error:
Python 3.10.X is required to build extensions, you are using sys.version_info(major=3, minor=12, micro=3, releaselevel='final', serial=0)
Solved! Go to Solution.
23 Jul 2024 03:13 PM
There is currently no plan to support later versions of Python.
3.10 is still supported and receives all security patches so it should be acceptable from a security point of view.
23 Jul 2024 03:49 PM
please remove the + from the sdk documentation. It's misleading.
23 Jul 2024 04:07 PM
We indeed forgot a +, it was removed from the readme and it will be updated on that pypi page soon.
Thanks