From 4fb6c6ff0ae029d272634f34bdd01e10c27cd3a0 Mon Sep 17 00:00:00 2001 From: Maxime Grenu <69890511+cluster2600@users.noreply.github.com> Date: Fri, 20 Feb 2026 03:06:48 +0100 Subject: [PATCH] fix(docs): fix typo in README align attr and Python version in CONTRIBUTING (#150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README.md: remove spurious space in align=" center" → align="center" (logo was not centered on GitHub due to invalid HTML attribute value) - CONTRIBUTING.md: correct Python prerequisite from '>= 3.9' to '3.10 - 3.12' to match pyproject.toml classifiers and CI matrix (cp310, cp312) --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf8b954..625ab54 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md ## Development Setup ### Prerequisites -- Python ≥ 3.9 +- Python 3.10 - 3.12 - CMake ≥ 3.26, < 4.0 (`cmake --version`) - A C++17-compatible compiler (e.g., `g++-11+`, `clang++`, Apple Clang on macOS) diff --git a/README.md b/README.md index cd9f686..e3fa535 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -