From 3b2dac634f2bb1a61c895a3851c3666d7a8f8c27 Mon Sep 17 00:00:00 2001 From: Jan Pieter Waagmeester Date: Sat, 21 Sep 2024 09:11:49 +0200 Subject: [PATCH] Update supported python versions in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05618ff..e1d55a8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Python wrapper for LoRa payloads from Thingpark/Actility, allowing decryption of - Depends on [cryptography] - Based on crypto code in [Lora-net/LoRaMac-node] -- Tested with python 2.7, 3.6, 3.7, 3.8, 3.9 +- Tested with python 3.8, 3.9, 3.10, 3.11 - Available on [pypi] ## Usage