summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRui Chen <chenrui333@gmail.com>2020-03-25 18:55:12 -0400
committerRui Chen <chenrui333@gmail.com>2020-03-25 18:55:18 -0400
commit6f9365bb246f6a934df4531ff514991b840aa069 (patch)
tree3f048c06f7f4505039b91c1646bac7ef1a25b948 /setup.py
parent6f284cc97aa40d080976d0f43a918680574178cf (diff)
Add python 3.7 and 3.8 into CI
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7370f53c..2cb8f73d 100755
--- a/setup.py
+++ b/setup.py
@@ -133,6 +133,8 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: System :: Monitoring'
]
)