summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-02-10 20:08:33 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-02-10 20:08:33 +0100
commitf25e706e11a3ea56014ec8390937acb5f9998813 (patch)
tree8f4c275b450b627c102617eccca8d1732050542b /setup.py
parent5f62c016cc4df349a05ebc483df3edac1ecab78e (diff)
downloadqutebrowser-f25e706e11a3ea56014ec8390937acb5f9998813.tar.gz
qutebrowser-f25e706e11a3ea56014ec8390937acb5f9998813.zip
Add Python 3.7 compatibility to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
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',