mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
drop support for python <3.5
This commit is contained in:
parent
aef4c4ec0c
commit
408e78b180
@ -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/)
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user