gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-taler-util] branch master updated: bump python suppo


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] branch master updated: bump python supported version to 3.7 after discussion on 2019-09-26.
Date: Thu, 26 Sep 2019 13:26:51 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new e9c45b4  bump python supported version to 3.7 after discussion on 
2019-09-26.
e9c45b4 is described below

commit e9c45b4ea8a0299627a4b009ceeb18936bd7c464
Author: ng0 <address@hidden>
AuthorDate: Thu Sep 26 11:26:09 2019 +0000

    bump python supported version to 3.7 after
    discussion on 2019-09-26.
---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c6a33a3..438f314 100644
--- a/setup.py
+++ b/setup.py
@@ -20,11 +20,13 @@ setup(
         url='https://git.taler.net/taler-util.git',
         packages=find_packages(),
         classifiers=[
+            'Programming Language :: Python :: 3 :: Only',
             'Programming Language :: Python :: 3',
+            'Programming Language :: Python :: 3.7',
             'License :: OSI Approved :: GNU Lesser General Public License v3 
or later (LGPLv3+)',
             'Operating System :: OS Independent',
         ],
-        python_requires='>=3.1',
+        python_requires='>=3.7',
         test_suite='tests',
         tests_require=test_dependencies,
 )

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]