# HG changeset patch # User Stefan Behnel <stefan_ml@behnel.de> # Date 1613768110 -3600 # Fri Feb 19 21:55:10 2021 +0100 # Node ID 14556d1a8b356d36feafca0a72915689af04ecdc # Parent c2098f11fd3b08b00f3512c7fff863c9af0bbb99 Add 3.9 to the list of supported Python versions. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -272,6 +272,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: C",