Support for Python 3.8+

This commit is contained in:
Sheng
2023-03-08 11:34:26 +08:00
parent 5ffb1da69b
commit 04a9bd5eff
4 changed files with 6 additions and 8 deletions
+2
View File
@@ -4,6 +4,8 @@ language: python
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
install:
- pip install -r requirements.txt
+1 -1
View File
@@ -37,7 +37,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv
### Requirements
* Python 2.7/3.4+
* Python 3.8+
### Quickstart
+1 -1
View File
@@ -41,7 +41,7 @@ How it works
Requirements
~~~~~~~~~~~~
- Python 2.7/3.4+
- Python 3.8+
Quickstart
~~~~~~~~~~
+2 -6
View File
@@ -24,15 +24,11 @@ setup(
include_package_data=True,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'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',
'Programming Language :: Python :: 3.11',
],
install_requires=[
'tornado>=4.5.0',