You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2021/06/25 11:00:07 UTC

[qpid-proton] branch main updated: PROTON-2324 Support Python 3.9 (#320)

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

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new a3d1ef4  PROTON-2324 Support Python 3.9 (#320)
a3d1ef4 is described below

commit a3d1ef482c3a5d8cd06775ad4e52be11d50c578c
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Fri Jun 25 12:59:58 2021 +0200

    PROTON-2324 Support Python 3.9 (#320)
---
 python/setup.py.in | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/python/setup.py.in b/python/setup.py.in
index 1c77c30..a83d0d5 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -272,13 +272,12 @@ setup(name='python-qpid-proton',
       classifiers=["License :: OSI Approved :: Apache Software License",
                    "Intended Audience :: Developers",
                    "Programming Language :: Python",
-                   "Programming Language :: Python :: 2",
-                   "Programming Language :: Python :: 2.7",
                    "Programming Language :: Python :: 3",
-                   "Programming Language :: Python :: 3.5",
+                   "Programming Language :: Python :: 3 :: Only",
                    "Programming Language :: Python :: 3.6",
                    "Programming Language :: Python :: 3.7",
-                   "Programming Language :: Python :: 3.8"],
+                   "Programming Language :: Python :: 3.8",
+                   "Programming Language :: Python :: 3.9"],
       cmdclass={
           'configure': Configure,
           'swig': Swig,

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org