From c0f44e1d6b38d7e8f55dd53ba577b539a45e8e4b Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Sat, 9 Nov 2024 14:46:50 -0500 Subject: [PATCH] Add 3.13 to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18807901..fae95239 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, 3.12. +The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13. ## Installation