From 817f2bf3098f92f307ccb1bc047bc9e6382212cb Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 20 Jan 2020 19:13:05 +0100 Subject: setup.py: Add support for Python 3.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', ], ) -- cgit v1.2.1