Update trove classifiers and NEWS
This commit is contained in:
parent
f236ec8d9a
commit
63ba27b36d
1
NEWS.rst
1
NEWS.rst
@ -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.
|
||||
|
1
setup.py
1
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user