Update NEWS and classifiers for Python 3.7 support
This commit is contained in:
parent
f8d919a491
commit
21f13b977d
1
NEWS.rst
1
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
|
||||
|
1
setup.py
1
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",
|
||||
|
Loading…
Reference in New Issue
Block a user