Drop support for Python version below 3.8

This commit is contained in:
Sheng
2023-02-27 22:13:24 +08:00
parent bb2fba30f3
commit 5ffb1da69b
3 changed files with 7 additions and 14 deletions
+2 -3
View File
@@ -1,3 +1,2 @@
paramiko==2.10.4
tornado==5.1.1; python_version < '3.5'
tornado==6.1.0; python_version >= '3.5'
paramiko==3.0.0
tornado==6.2.0