From 8ac2815153e2b5eef04746ced1b79ca10b9f283c Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Thu, 26 Dec 2019 15:01:02 +0300 Subject: [PATCH] Clarified classifiers in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 101154392..80797063b 100755 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ def read(fname): 'Framework :: Django :: 2.0', 'Framework :: Django :: 2.1', 'Framework :: Django :: 2.2', + 'Framework :: Django :: 3.0', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', @@ -63,6 +64,7 @@ def read(fname): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Testing',