diff options
author | James Socol <me@jamessocol.com> | 2015-10-22 18:16:05 -0400 |
---|---|---|
committer | James Socol <me@jamessocol.com> | 2015-10-22 18:16:05 -0400 |
commit | 38fd4733765370eb27ffc783e96fdb498e979393 (patch) | |
tree | 191ae4e794f24b76a80486e2c4f6303f62934345 /setup.py | |
parent | 0e5826ce55a132f2090e408429c181b644aa71f8 (diff) | |
download | pystatsd-python35.tar.gz |
Test on Python 3.5python35
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,13 +24,13 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries :: Python Modules', ], ) |