#ci

[ follow ]
Python
fromQuansight
1 day ago

Exploring & Improving the Thread Safety of NumPy's Test Suite

NumPy's test suite was improved for thread-safety to prepare for free-threaded Python by fixing tests, updating CI, and applying OSS practices.
fromPythontest
3 weeks ago

Testing against Python 3.14 | PythonTest

Python 3.14 is here. If you haven't done so, it's time to update your projects to test against 3.14. The following procedure is what I'm following for a handful of projects. Your process of course may be different if you use different tools. Honestly, I'm partly writing this down so I don't have to remember it all in a year when 3.15 rolls around.
Python
[ Load more ]