From 36a163630a52daf0929a8fd938a9293cb1b22eac Mon Sep 17 00:00:00 2001 From: Johan Norberg Date: Mon, 20 Mar 2023 14:41:19 +0100 Subject: [PATCH] Update readme and setup.py with supported python versions --- README.md | 2 +- setup.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20f769a..cebfe31 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ $ tree . ## Supported Versions -- Python 3 — 3.6, 3.7 +- Python 3 — 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 - [Mkdocs] 1.0.4 and above. ## Changelog diff --git a/setup.py b/setup.py index c37ed5e..628ac1a 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,10 @@ setuptools.setup( 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 3.8' + 'Programming Language :: Python :: 3.9' + 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.11' ], packages=setuptools.find_packages(), entry_points={