diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2020-10-06 15:15:38 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-10-06 15:15:38 +0200 |
commit | 412186cea9e7638b61da997f773afa4b9762933c (patch) | |
tree | 3dc75770256e4695584f6691c952f0f0007e20b1 | |
parent | fb8bde521d6ccfe24cb35782fd910eab9f417014 (diff) | |
download | sqlparse-412186cea9e7638b61da997f773afa4b9762933c.tar.gz |
Add Python 3.9 classifier.
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ setup( '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', 'Topic :: Database', |