From e1f37bbf15bca21b129ea20f0183f476c6c06784 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Tue, 1 Nov 2022 17:10:51 +0200 Subject: [PATCH] README: Re-add Python 3.10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4848434..95e8e62 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Docker Poetry is a Docker image for Python projects with dependencies managed by Poetry. -![Poetry](https://img.shields.io/badge/Poetry-1.2.2-purple) ![Python](https://img.shields.io/badge/Python-3.11%20(default)%20%7C%203.9%20%7C%203.8%20%7C%203.7-blue) ![Variants](https://img.shields.io/badge/Variants-Buster%20(default)%20%7C%20Slim-orange +![Poetry](https://img.shields.io/badge/Poetry-1.2.2-purple) ![Python](https://img.shields.io/badge/Python-3.11%20(default)%20%7C%203.10%20%7C%203.9%20%7C%203.8%20%7C%203.7-blue) ![Variants](https://img.shields.io/badge/Variants-Buster%20(default)%20%7C%20Slim-orange ) ## Why