summaryrefslogtreecommitdiffstats
path: root/development/mutagen/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/mutagen/README')
-rw-r--r--development/mutagen/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/mutagen/README b/development/mutagen/README
index 195ddb9cb5..78a4496dec 100644
--- a/development/mutagen/README
+++ b/development/mutagen/README
@@ -1,4 +1,4 @@
-mutagen (Python 2/3 module for handling audio metadata)
+mutagen (Python 3 module for handling audio metadata)
Mutagen is a Python module to handle audio metadata. It supports ASF,
FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg
@@ -11,5 +11,5 @@ bitrate and length of MP3s. ID3 and APEv2 tags can be edited
regardless of audio format. It can also manipulate Ogg streams on an
individual packet/page level.
-Mutagen works with Python 2.7, 3.3+ and has no dependencies outside
-the Python standard library.
+Mutagen works with Python 3.7+ and has no dependencies outside
+the Python standard library. (except build dependencies)