From 4e8f87268ea4519d73eddeea7419aa1ae1ea2e37 Mon Sep 17 00:00:00 2001 From: Mike D'Arcy Date: Thu, 14 Mar 2024 22:21:15 -0700 Subject: [PATCH] Update README.md Update supported Python 3 versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 458ed4e..a02281d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ An experimental Graphical User Interface (GUI) for `bdbag` can be found [here](h ### Python Dependencies * Python 2.7 is the minimum Python version required. Please note however that Python 2.7 is officially end-of-life and ongoing compatibility between Python 2.7 and `bdbag` (and its dependencies) is not officially supported and cannot be guaranteed. -* Python 3, versions 3.7 through 3.11 are the current officially supported releases. +* Python 3, versions 3.8 through 3.12 are the current officially supported releases. ### Installation The latest `bdbag` release is available on PyPi and can be installed using `pip`: