diff options
author | MichaĆ Bielawski <michal.bielawski@apperio.com> | 2021-07-30 13:54:04 +0100 |
---|---|---|
committer | Asif Saif Uddin <auvipy@gmail.com> | 2021-07-31 10:27:29 +0600 |
commit | 4f77faab77bafce288d2baa143e66d4ec870d2eb (patch) | |
tree | 5a5d80a0e17ceec8f277a29974b29dfcd91b508c /setup.py | |
parent | 0234ea2d61502199a94278e1a53521e0e1a97c40 (diff) | |
download | kombu-4f77faab77bafce288d2baa143e66d4ec870d2eb.tar.gz |
Add support for Python 3.9
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -141,6 +141,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', 'Intended Audience :: Developers', |