mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-23 08:23:20 +01:00
parent
5719d424de
commit
6d36916f48
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
|
||||
python-version: [3.8, 3.9, "3.10"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -6,7 +6,7 @@ Client side Requirements
|
||||
|
||||
- sudo, or root access on your client machine.
|
||||
(The server doesn't need admin access.)
|
||||
- Python 3.6 or greater.
|
||||
- Python 3.8 or greater.
|
||||
|
||||
|
||||
Linux with NAT method
|
||||
@ -72,7 +72,7 @@ cmd.exe with Administrator access. See :doc:`windows` for more information.
|
||||
Server side Requirements
|
||||
------------------------
|
||||
|
||||
- Python 3.6 or greater.
|
||||
- Python 3.8 or greater.
|
||||
|
||||
|
||||
Additional Suggested Software
|
||||
|
5
setup.py
5
setup.py
@ -49,10 +49,9 @@ setup(
|
||||
"License :: OSI Approved :: "
|
||||
"GNU Lesser General Public License v2 or later (LGPLv2+)",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Topic :: System :: Networking",
|
||||
],
|
||||
entry_points={
|
||||
@ -60,7 +59,7 @@ setup(
|
||||
'sshuttle = sshuttle.cmdline:main',
|
||||
],
|
||||
},
|
||||
python_requires='>=3.6',
|
||||
python_requires='>=3.8',
|
||||
install_requires=[
|
||||
],
|
||||
tests_require=[
|
||||
|
Loading…
Reference in New Issue
Block a user