pyrserve unsupported on Python 3.13 - requires numpy 2.1.0 or newer
1 view
Skip to first unread message
Paul Nelson
unread,
Dec 19, 2024, 10:56:17 AM12/19/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyRserve
The final numpy 1.26.0 release only supports Python 3.9-3.12. Numpy 2.1.0 is the first to support Python 3.13. Unfortunately the modern need to stay current with security patches, means that even Python 3.11 is no longer a viable version unless you are willing to build Python from source. The only binary supported Python versions are 3.12, and 3.13 which is why I was testing against 3.13. I have added this info to issue tracker for numpy >= 2 on GitHub. But felt a warning was in order if people were thinking of upgrading to Python 3.13.