changeset 236:c97ca53a73e1

Tested with Python 3.7 and 3.8: ok. Updated Trove classifiers.
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2020 09:26:29 +0200
parents a8b2346e2330
children 13711ba8e81e
files setup.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed May 13 09:21:04 2020 +0200
+++ b/setup.py	Wed May 13 09:26:29 2020 +0200
@@ -68,6 +68,8 @@
         "Programming Language :: Python :: 3.4",
         "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
+        "Programming Language :: Python :: 3.8",
         "Topic :: Software Development :: Libraries :: Python Modules"
     ],
     python_requires=">=2.6",