From c6f40c7ec7c27af64ea1025a95fcc3090bcc3257 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 18 Nov 2020 19:38:19 +1100 Subject: [PATCH] setup.py: Add Python 3.7 & 3.8 versions in metadata --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 5dc713b..bd90b4a 100644 --- a/setup.py +++ b/setup.py @@ -100,6 +100,8 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], extras_require={ "dev": [