From e1fdea1cd932f758ac074fd71fd3d8c6c939275f Mon Sep 17 00:00:00 2001 From: ef1500 <45581646+ef1500@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:21:51 -0700 Subject: [PATCH 1/2] Update README.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8b58068..0776092 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # libbbf-python: Bound Book Format (BBF) Tools & Python Bindings -[![PyPI](https://img.shields.io/pypi/v/libbbf.svg)](https://pypi.org/v/libbbf/) +[![PyPI](https://img.shields.io/pypi/v/libbbf.svg)](https://pypi.org/v/libbbf/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) > [!WARNING] From 1be1239fdb99a99e693de6e1f300fe4744e6b47e Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 20 Jan 2026 15:12:52 -0800 Subject: [PATCH 2/2] update build-system deps to be min ver, not exact --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73a9a9a..d874df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools==76.1.0", "pybind11==3.0.1", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +requires = ["setuptools>=76.1.0", "pybind11>=3.0.1", "wheel"] +build-backend = "setuptools.build_meta"