From ce8c2966f8e5041845a4e75142e493518e9add38 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Sep 07 2021 14:51:24 +0000 Subject: Also document Python 3.10 support in the README Signed-off-by: Miro Hrončok --- diff --git a/README.rst b/README.rst index e09137a..d812b52 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ This is the rpkg project, which mostly is a python library for dealing with rpm packaging in a git source control. pyrpkg is the base library that sites can subclass to create useful tools. -rpkg works with Python 2.7, 3.6 and 3.9. +rpkg works with Python 2.7, 3.6, 3.9 and 3.10. License =======