[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [sbws/maint-1.1] fix: doc: Update supported Python versions



commit c676089270222f8445ba1d25ecdf7241abd85f75
Author: juga0 <juga@xxxxxxxxxx>
Date:   Fri Jun 12 13:37:03 2020 +0000

    fix: doc: Update supported Python versions
---
 INSTALL.rst | 2 +-
 setup.py    | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index 0ca4d58..6f52b13 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -22,7 +22,7 @@ System requirements
 --------------------
 
 - Tor (last stable version is recommended)
-- Python 3 (>= 3.5)
+- Python 3 (>= 3.6)
 - virtualenv_ (while there is not ``stem`` release > 1.6.0, it is
   recommended to install the required python dependencies in a virtualenv)
 
diff --git a/setup.py b/setup.py
index f328d7a..10ff1fd 100755
--- a/setup.py
+++ b/setup.py
@@ -51,8 +51,11 @@ setup(
         'Intended Audience :: Developers',
         'Intended Audience :: System Administrators',
         'Operating System :: OS Independent',
-        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: 3.9',
         'Topic :: System :: Networking',
     ],
     packages=find_packages(),



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits