From c367dc37e2a70600d086cef63d74871343671a06 Mon Sep 17 00:00:00 2001 From: justin-omalley Date: Wed, 8 Jul 2026 15:45:20 -0700 Subject: [PATCH 1/2] Build and upload Python 3.13 wheels --- .github/workflows/build_wheel.yml | 1 + 1 file changed, 1 insertion(+) 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 From e6a223298f9db940f758f28e5ebb71cb4c5975ea Mon Sep 17 00:00:00 2001 From: justin-omalley Date: Wed, 8 Jul 2026 16:08:01 -0700 Subject: [PATCH 2/2] Bump libcfile to 20260704 since the pinned tag was deleted upstream --- synclibs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";