summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-08-11 11:46:33 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-08-11 13:17:54 +0200
commit68f3778bfade54d421b8caf176f626f7c6a4d6d7 (patch)
tree1e745be6dd997d37dc6c06f8b1ec83ea49b88256 /setup.py
parent9e327e34ac15463c31ad1e0c0d11b74966f7b3b2 (diff)
downloadqutebrowser-68f3778bfade54d421b8caf176f626f7c6a4d6d7.tar.gz
qutebrowser-68f3778bfade54d421b8caf176f626f7c6a4d6d7.zip
Add Python 3.9 classifier
See https://github.com/qutebrowser/qutebrowser/discussions/5658
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 69a382e15..0c0bf73b4 100755
--- a/setup.py
+++ b/setup.py
@@ -98,6 +98,7 @@ try:
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Internet',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Browsers',