summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-01-20 19:13:05 +0100
committerJames Socol <me@jamessocol.com>2020-10-08 07:36:55 -0400
commit817f2bf3098f92f307ccb1bc047bc9e6382212cb (patch)
treebaba072f347c1c12894b584c0da6d690954c4dfb
parent395670ccc9a764fb78c6da913909e43ea3261fb6 (diff)
downloadpystatsd-817f2bf3098f92f307ccb1bc047bc9e6382212cb.tar.gz
setup.py: Add support for Python 3.8
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4bee288..197757f 100644
--- a/setup.py
+++ b/setup.py
@@ -24,10 +24,10 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- '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 :: Software Development :: Libraries :: Python Modules',
],
)