From 26d6d9d0faa037864f923ad20f9efdae34c9a182 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Wed, 6 Dec 2023 22:09:29 -0500 Subject: [PATCH] Update Python versions in README (#747) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13118059c..188079012 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ word_cloud A little word cloud generator in Python. Read more about it on the [blog post][blog-post] or the [website][website]. -The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11. +The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12. ## Installation