manykarim / robotframework-doctestlibrary

Robot Framework DocTest library. Simple Automated Visual Document Testing.
Apache License 2.0
48 stars 21 forks source link

Python 3.13 supports numpy==2.1, please upgrade numpy version #100

Open Anna-Ku opened 2 weeks ago

Anna-Ku commented 2 weeks ago

Hi

Python latest version doesn't support numpy<2.1, current doctest version works with numpy<2.0. Please upgrade version.

Thanks, Anna

manykarim commented 2 weeks ago

Thanks for creating the issue. I'm working on a new release which will also use numpy 2.1 on Python 3.13

https://github.com/manykarim/robotframework-doctestlibrary/actions/runs/11412475564/attempts/1#summary-31758505817

Hopefully will finalize it this weekend

Anna-Ku commented 6 days ago

@manykarim ok, thanks!