From 708c9f08cdc362d3a4e2d5c91a6af5daccb8a1dc Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Wed, 3 Dec 2025 15:08:44 +1100 Subject: [PATCH 1/2] Minor update to README to reflect supported python versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83af561..7650da5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## pylibjpeg-openjpeg -A Python 3.8+ wrapper for +A Python 3.9+ wrapper for [openjpeg](https://github.com/uclouvain/openjpeg), with a focus on use as a plugin for [pylibjpeg](http://github.com/pydicom/pylibjpeg). Linux, OSX and Windows are all supported. From 15048a9ba6a657e2bfe99ee9608524b4ee3742cc Mon Sep 17 00:00:00 2001 From: scaramallion Date: Thu, 4 Dec 2025 08:00:14 +1100 Subject: [PATCH 2/2] Remove Python version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7650da5..491dd7f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## pylibjpeg-openjpeg -A Python 3.9+ wrapper for +A Python wrapper for [openjpeg](https://github.com/uclouvain/openjpeg), with a focus on use as a plugin for [pylibjpeg](http://github.com/pydicom/pylibjpeg). Linux, OSX and Windows are all supported.