From 4654a642a551b7e69ea651afe6907d10a6eda7d4 Mon Sep 17 00:00:00 2001 From: Christophe Demko Date: Thu, 19 Mar 2026 13:10:17 +0100 Subject: [PATCH 1/2] Fix PyPi upload --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 67e326b..87edba4 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ The class ``BitMap`` is for 32 bit integers, it supports values from 0 to 2**32- For larger numbers, you can use the class ``BitMap64`` that supports values from 0 to 2**64-1 (included). Installation from Pypi with pip ----------------------- +------------------------------- Supported systems: Linux, MacOS or Windows, Python 3.9 or higher. Note that pyroaring might still work with older Python versions, but they are not tested anymore. From 018f259b6221458a2d70751421cf6dfcdc66548a Mon Sep 17 00:00:00 2001 From: Christophe Demko Date: Thu, 19 Mar 2026 13:12:53 +0100 Subject: [PATCH 2/2] Fix PyPi upload --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 87edba4..0cee11f 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ If you want to use Python 3 and your system defaults on Python 2.7, you may need to adjust the above commands, e.g., replace ``python`` by ``python3``. Installation with uv ----------------------- +-------------------- If you are using uv to manage your project's dependencies, you can add pyroaring as follows: