This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch github_actions_take_2
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit d8a1f5fd6c2a1df68582bd7923c57f6847574bf3
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Dec 13 14:01:53 2020 +0100

    Indicate Python 3.9 support in setup.py.
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 9fbc5b7..97f9aa7 100644
--- a/setup.py
+++ b/setup.py
@@ -301,6 +301,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'
     ]

Reply via email to