From 93b583ccda45b56ed5994c19c42cb42c10bf0b44 Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Sun, 22 Mar 2026 16:57:29 +0100 Subject: [PATCH] Bump windows pybind to v2.13.6 --- .github/workflows/build-windows.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index fddfec4..1fb135d 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -63,8 +63,8 @@ jobs: - name: Install pybind11 v2.13.1 shell: msys2 {0} run: | - wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst - pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst + pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst - name: Build monero shell: msys2 {0} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6cbe25..9d247a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -179,8 +179,8 @@ jobs: - name: Install pybind11 v2.13.1 shell: msys2 {0} run: | - wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst - pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst + pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst - name: Clone monero-cpp (regtest) shell: msys2 {0} diff --git a/README.md b/README.md index 091d561..0a28f17 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ wallet_full.close(True) pacman -U mingw-w64-x86_64-icu-75.1-2-any.pkg.tar.zst wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst pacman -U mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst - wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst - pacman -U mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst + pacman -U mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst ``` 5. Clone repo: `git clone --recurse-submodules https://github.com/everoddandeven/monero-python.git`