setup.py: extended classifiers by an entry for Python 3.9.

Sun, 18 Oct 2020 11:40:02 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 18 Oct 2020 11:40:02 +0200
changeset 7800
96fae5353698
parent 7799
5aeb0122e063
child 7801
dcf0affefc33

setup.py: extended classifiers by an entry for Python 3.9.

setup.py file | annotate | diff | comparison | revisions
--- a/setup.py	Sun Oct 18 11:39:24 2020 +0200
+++ b/setup.py	Sun Oct 18 11:40:02 2020 +0200
@@ -295,6 +295,7 @@
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
+        "Programming Language :: Python :: 3.9",
         "Topic :: Software Development",
         "Topic :: Text Editors :: Integrated Development Environments (IDE)"
     ],

eric ide

mercurial