Update trove classifiers and NEWS

This commit is contained in:
Kodi Arfer 2019-04-08 15:42:56 -04:00
parent f236ec8d9a
commit 63ba27b36d
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Removals
New Features
------------------------------
* Python 3.8 is now supported.
* Format strings with embedded Hy code (e.g., `f"The sum is {(+ x y)}"`)
are now supported, even on Pythons earlier than 3.6.
* New list? function.

View File

@ -83,6 +83,7 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Code Generators",
"Topic :: Software Development :: Compilers",
"Topic :: Software Development :: Libraries",