Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
c6760892
Commit
c6760892
authored
4 years ago
by
juga
Browse files
Options
Downloads
Patches
Plain Diff
fix: doc: Update supported Python versions
parent
9ee5f640
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.rst
+1
-1
1 addition, 1 deletion
INSTALL.rst
setup.py
+4
-1
4 additions, 1 deletion
setup.py
with
5 additions
and
2 deletions
INSTALL.rst
+
1
−
1
View file @
c6760892
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
1
View file @
c6760892
...
...
@@ -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
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment