Allow set literals in literal_eval().
diff --git a/Misc/NEWS b/Misc/NEWS
index b72e78a..dbfc4c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -470,7 +470,9 @@
 Library
 -------
 
-- Issue #9164: Ensure that sysconfig handles duplicate -arch flags in CFLAGS
+- ``ast.literal_eval()`` now allows set literals.
+
+- Issue #9164: Ensure that sysconfig handles duplicate -arch flags in CFLAGS.
 
 - Issue #7646: The fnmatch pattern cache no longer grows without bound.