From 2035d950d614ed85a980b085c0162cd1b2278bbc Mon Sep 17 00:00:00 2001 From: Meet Jani Date: Fri, 23 Jan 2026 09:57:32 +0530 Subject: [PATCH] [UPDATE] Updated the build script for frozenlist python3.13 --- f/frozenlist/frozenlist_ubi_9.6.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/f/frozenlist/frozenlist_ubi_9.6.sh b/f/frozenlist/frozenlist_ubi_9.6.sh index 7ee3cc5501..62dd7b86bb 100644 --- a/f/frozenlist/frozenlist_ubi_9.6.sh +++ b/f/frozenlist/frozenlist_ubi_9.6.sh @@ -37,6 +37,9 @@ git clone $PACKAGE_URL cd $PACKAGE_NAME git checkout $PACKAGE_VERSION +# Fix Python 3.13 compatibility +sed -i 's/SKIP_METHODS = {/SKIP_METHODS = {\n "__static_attributes__",\n "__firstlineno__",/' tests/test_frozenlist.py + #install cython,pytest pip3 install cython pytest