From 19108775bea5695a360e554e4bbf6f855e16d735 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 Mar 2020 21:19:54 +0100 Subject: [PATCH] Python 3.8 tests are passing, declare as supported Change-Id: Ic45017d3a275db5d3386e70f855770e93d69f9c4 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f8e146f..0c58e9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [global] setup-hooks =