changeset 80:af3e0ab76799

Works with Python 3.6 also; document this in the classifiers
author Franz Glasner <hg@dom66.de>
date Thu, 15 Mar 2018 00:00:06 +0100
parents a43749f751e0
children a9ba930a8ecc
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Mar 14 23:58:47 2018 +0100
+++ b/setup.py	Thu Mar 15 00:00:06 2018 +0100
@@ -55,6 +55,7 @@
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
         "Programming Language :: Python :: 3.5",
+        "Programming Language :: Python :: 3.6",
         "Topic :: Software Development :: Libraries :: Python Modules"
     ],
     install_requires = ["PyYAML>=3.0"],