drop support for python <3.5

This commit is contained in:
Mort Yao 2022-04-19 21:37:48 +02:00
parent aef4c4ec0c
commit 408e78b180
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251
2 changed files with 1 additions and 4 deletions

View File

@ -55,7 +55,7 @@ Are you a Python programmer? Then check out [the source](https://github.com/soim
The following dependencies are necessary:
* **[Python](https://www.python.org/downloads/)** 3.2 or above
* **[Python](https://www.python.org/downloads/)** 3.5 or above
* **[FFmpeg](https://www.ffmpeg.org/)** 1.0 or above
* (Optional) [RTMPDump](https://rtmpdump.mplayerhq.hu/)

View File

@ -18,9 +18,6 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",