Update NEWS and classifiers for Python 3.7 support

This commit is contained in:
Kodi Arfer 2018-03-24 12:39:54 -07:00
parent f8d919a491
commit 21f13b977d
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

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