From 68f3778bfade54d421b8caf176f626f7c6a4d6d7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Aug 2020 11:46:33 +0200 Subject: [PATCH] Add Python 3.9 classifier See https://github.com/qutebrowser/qutebrowser/discussions/5658 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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',