From f25e706e11a3ea56014ec8390937acb5f9998813 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 10 Feb 2018 20:08:33 +0100 Subject: Add Python 3.7 compatibility to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d1bbd7f81..da44c1fd6 100755 --- a/setup.py +++ b/setup.py @@ -95,6 +95,7 @@ try: 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Browsers', -- cgit v1.2.3-54-g00ecf