From 785e3c47d85631419c536c08cda5977e2f676bd6 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 19 May 2020 18:43:30 -0700 Subject: [PATCH] Add trove classifier for Python 3.8 support Python 3.8 was released October 14th, 2019. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a0929329b..9c2d886cf 100755 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ def readall(path): "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries :: Python Modules", ], )