You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/10/22 15:09:57 UTC

[libcloud] branch trunk updated: Update setup.py classifiers metadata and indicate we also support Python 3.10.

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 24ef735  Update setup.py classifiers metadata and indicate we also support Python 3.10.
24ef735 is described below

commit 24ef735ac327e8f6276d5b8883a4d367462733ac
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 17:07:16 2021 +0200

    Update setup.py classifiers metadata and indicate we also support Python
    3.10.
---
 CHANGES.rst | 2 ++
 setup.py    | 1 +
 2 files changed, 3 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 9f0c217..6a95946 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,8 @@ Common
   (GITHUB-1575, GITHUB-1576)
   [Dimitris Galanis - @dimgal1]
 
+- Update setup.py metadata and indicate we also support Python 3.10.
+
 Storage
 ~~~~~~~
 
diff --git a/setup.py b/setup.py
index e6cf1f3..c04e0f1 100644
--- a/setup.py
+++ b/setup.py
@@ -302,6 +302,7 @@ setup(
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy'
     ]