# HG changeset patch # User Franz Glasner # Date 1521068406 -3600 # Node ID af3e0ab767992586639fb806ee89f5d7c4fb704d # Parent a43749f751e0ace5429d3759fef0652dcdd49ffe Works with Python 3.6 also; document this in the classifiers diff -r a43749f751e0 -r af3e0ab76799 setup.py --- 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"],