aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas A Caswell <tcaswell@gmail.com>2015-12-07 21:38:53 -0500
committerThomas A Caswell <tcaswell@gmail.com>2015-12-07 21:38:53 -0500
commit6827516faf0786f6223001b1ced0043ca8c1d1b6 (patch)
tree6bf5a99f9d3495115da040895d7bfb805be0111c /setup.py
parent8be9aedeff4ae3d1529ffa21328d246466df6f2e (diff)
downloaddateutil-6827516faf0786f6223001b1ced0043ca8c1d1b6.tar.gz
BLD: update versions of python supported
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4d684b6..e9185ae 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,7 @@ datetime module available in the Python standard library.
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries',
],
test_suite="dateutil.test"