Skip to content

Commit e0f5bcb

Browse files
Bump windows pybind to v2.13.6
1 parent bcbd035 commit e0f5bcb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: Install pybind11 v2.13.1
6464
shell: msys2 {0}
6565
run: |
66-
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst
67-
pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst
66+
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst
67+
pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst
6868
6969
- name: Build monero
7070
shell: msys2 {0}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ jobs:
179179
- name: Install pybind11 v2.13.1
180180
shell: msys2 {0}
181181
run: |
182-
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst
183-
pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst
182+
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst
183+
pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst
184184
185185
- name: Clone monero-cpp (regtest)
186186
shell: msys2 {0}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ wallet_full.close(True)
164164
pacman -U mingw-w64-x86_64-icu-75.1-2-any.pkg.tar.zst
165165
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst
166166
pacman -U mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst
167-
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst
168-
pacman -U mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst
167+
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst
168+
pacman -U mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst
169169
```
170170

171171
5. Clone repo: `git clone --recurse-submodules https://github.com/everoddandeven/monero-python.git`

0 commit comments

Comments
 (0)