From ea71a5b563fc5f2076f0a7e211d575f2582fdfd6 Mon Sep 17 00:00:00 2001 From: Geir Arne Hjelle Date: Thu, 1 Aug 2019 23:41:29 +0200 Subject: [PATCH] Explicitly support Python 3.8 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 809c49f..6cc3fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Education", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Monitoring",