Skip to content

Commit 6d5a986

Browse files
authored
Merge branch 'main' into drop-37
2 parents 871ee7f + b1e4d5f commit 6d5a986

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.12.5"
20+
rev: "v0.12.7"
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: "v1.17.0"
26+
rev: "v1.17.1"
2727
hooks:
2828
- id: mypy
2929
files: ^(src|scripts)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following platforms are supported with binary wheels:
6868
| Linux IBM Z | | manylinux2014+ s390x |
6969
| | | musllinux_1_2+ s390x |
7070
+---------------+---------------------------+
71-
| Linux RISC-V | | manylinux_2_39+ riscv64 |
71+
| Linux RISC-V | | manylinux_2_35+ riscv64 |
7272
| | | musllinux_1_2+ riscv64 |
7373
+---------------+---------------------------+
7474
| macOS 10.10+ | Intel |

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ manylinux-aarch64-image = "manylinux2014"
105105
manylinux-ppc64le-image = "manylinux2014"
106106
manylinux-s390x-image = "manylinux2014"
107107
manylinux-armv7l-image = "manylinux_2_31"
108-
manylinux-riscv64-image = "manylinux_2_39"
109-
musllinux-x86_64-image = "musllinux_1_2"
110-
musllinux-i686-image = "musllinux_1_2"
111-
musllinux-aarch64-image = "musllinux_1_2"
112-
musllinux-ppc64le-image = "musllinux_1_2"
113-
musllinux-s390x-image = "musllinux_1_2"
108+
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_35:2025.08.02-2"
109+
musllinux-x86_64-image = "quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1"
110+
musllinux-i686-image = "quay.io/pypa/musllinux_1_1_i686:2024.10.26-1"
111+
musllinux-aarch64-image = "quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1"
112+
musllinux-ppc64le-image = "quay.io/pypa/musllinux_1_1_ppc64le:2024.10.26-1"
113+
musllinux-s390x-image = "quay.io/pypa/musllinux_1_1_s390x:2024.10.26-1"
114114
musllinux-armv7l-image = "musllinux_1_2"
115115
musllinux-riscv64-image = "musllinux_1_2"
116116

scripts/manylinux-build-and-install-openssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ set -o pipefail
1010
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
1111
source $MY_DIR/utils.sh
1212

13-
OPENSSL_ROOT=openssl-3.5.1
14-
OPENSSL_HASH=529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f
13+
OPENSSL_ROOT=openssl-3.5.2
14+
OPENSSL_HASH=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec
1515

1616
cd /tmp
1717

0 commit comments

Comments
 (0)