From ae1f6cdd6dc726ed9ea781c48de5f2f452fa8311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 1 Apr 2015 01:33:30 +0200 Subject: Advertise supporting Python3.4. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4516c00..a371255 100755 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules' ], test_suite='tests', -- cgit v1.2.1