From 833b375c0e84077943b7100cc9dc22a7bd48754b Mon Sep 17 00:00:00 2001 From: Lawrence Hudson Date: Thu, 21 Feb 2019 07:11:31 +0000 Subject: [PATCH] [#47] Python 3.7 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 094c6ee..3c0c2e9 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Read one-dimensional barcodes and QR codes from Python 2 and 3 using the - Works with PIL / Pillow images, OpenCV / numpy ``ndarray``\ s, and raw bytes - Decodes locations of barcodes - No dependencies, other than the zbar library itself -- Tested on Python 2.7, and Python 3.4 to 3.6 +- Tested on Python 2.7, and Python 3.4 to 3.7 The older `zbar `__ package is stuck in Python 2.x-land.