Skip to content

Commit 6accdc4

Browse files
committed
Bump minimum Python versions
Followup to #72.
1 parent 9a0b9fa commit 6accdc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Synopsis
1818
--------
1919

2020
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:
21+
mediafile``. It works on Python 3.7 or later. Then:
2222

2323
.. code:: python
2424

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ logging-clear-handlers=1
44
eval-attr="!=slow"
55

66
[flake8]
7-
min-version=2.7
7+
min-version=3.7
88
# Default pyflakes errors we ignore:
99
# - E241: missing whitespace after ',' (used to align visually)
1010
# - E221: multiple spaces before operator (used to align visually)

0 commit comments

Comments
 (0)