From 8178fb446f4d1c62185ed86acaf81142f0bd67e5 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Fri, 25 Oct 2019 23:05:58 +0200 Subject: [PATCH 1/2] chore(setup): we support 3.8 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ac012de8a..a30afe7d6 100644 --- a/setup.py +++ b/setup.py @@ -43,5 +43,6 @@ def get_version(): "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8" ], ) From ad83bf78941c154827bd1c606c386ee822fd65cb Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Fri, 25 Oct 2019 23:23:27 +0200 Subject: [PATCH 2/2] style: format with black --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a30afe7d6..7bea22469 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ def get_version(): "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8" + "Programming Language :: Python :: 3.8", ], )