From 8e9e37094dbde39e8692025f5c55ad3a56171295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Sun, 17 May 2020 20:19:10 +0200 Subject: [PATCH] Claim 3.7 and 3.8 compatibility, can't be bothered to check 3.6 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index bfcb0f7..3de394a 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,8 @@ setup( 'Natural Language :: English', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python', 'Topic :: System :: Filesystems', 'Topic :: System :: Monitoring',