From 63ba27b36d98a2b21f2f1511a12a53d98828961e Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Mon, 8 Apr 2019 15:42:56 -0400 Subject: [PATCH] Update trove classifiers and NEWS --- NEWS.rst | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 14842fb..f580a7f 100644 --- a/NEWS.rst +++ b/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. diff --git a/setup.py b/setup.py index ef25ac5..71e84e4 100755 --- a/setup.py +++ b/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",