From 6d0f18c33c5d3cee2d8e741349d32c8c477742e8 Mon Sep 17 00:00:00 2001 From: Andrey Kostakov Date: Mon, 27 Dec 2021 11:55:29 +0100 Subject: [PATCH] Add python3.8 classifier. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 186f3b4b2..83b6163b7 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ def get_readme_md_contents(): "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: PyPy", ], # Required by Mypy when declaring PEP 561 compatibility with `py.typed`