From 21f13b977dfa160a18fb7856b2fb63eeec1b16e3 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sat, 24 Mar 2018 12:39:54 -0700 Subject: [PATCH] Update NEWS and classifiers for Python 3.7 support --- NEWS.rst | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index def307c..94a561f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -18,6 +18,7 @@ Other Breaking Changes New Features ------------------------------ +* Python 3.7 is now supported * Added `mangle` and `unmangle` as core functions * `defclass` in Python 3 now supports specifying metaclasses and other keyword arguments diff --git a/setup.py b/setup.py index d3b8bbd..f5ebb9a 100755 --- a/setup.py +++ b/setup.py @@ -84,6 +84,7 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Compilers", "Topic :: Software Development :: Libraries",