diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 573cf03..27a9f76 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -7,6 +7,7 @@ jobs: matrix: python-version: - 3.12.11 + - 3.13.12 runs-on: [self-hosted, libpff] steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 diff --git a/synclibs.sh b/synclibs.sh index c8481a2..2645128 100755 --- a/synclibs.sh +++ b/synclibs.sh @@ -41,7 +41,7 @@ do LATEST_TAG="20260612"; elif test ${LOCAL_LIB} = "libcfile"; then - LATEST_TAG="20260615"; + LATEST_TAG="20260704"; elif test ${LOCAL_LIB} = "libclocale"; then LATEST_TAG="20260612";