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",