summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bakhtiari <dev@mtbk.me>2021-05-10 05:47:33 +0200
committerMatthew Bakhtiari <dev@mtbk.me>2021-05-10 05:47:33 +0200
commitad876a1282423c5e677392814eec09d826fd311e (patch)
treedc6aa1778f463e3bad22e5b5d58b970bc9b6a975
parentaf0454a6f0a7cdd118e63a116a2b60efc3827c32 (diff)
downloadpluginbase-ad876a1282423c5e677392814eec09d826fd311e.tar.gz
Add python 3.8 and 3.9 support
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 012827f..ef63b70 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,8 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: PyPy',
'Environment :: Plugins',
'Intended Audience :: Developers',