We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0b9fa commit 6accdc4Copy full SHA for 6accdc4
README.rst
@@ -18,7 +18,7 @@ Synopsis
18
--------
19
20
MediaFile is available `on PyPI`_. Install it by typing ``pip install
21
-mediafile``. It works on Python 2.7 and Python 3.4 or later. Then:
+mediafile``. It works on Python 3.7 or later. Then:
22
23
.. code:: python
24
setup.cfg
@@ -4,7 +4,7 @@ logging-clear-handlers=1
4
eval-attr="!=slow"
5
6
[flake8]
7
-min-version=2.7
+min-version=3.7
8
# Default pyflakes errors we ignore:
9
# - E241: missing whitespace after ',' (used to align visually)
10
# - E221: multiple spaces before operator (used to align visually)
0 commit comments