Skip to content

Commit

Permalink
Bump minimum Python versions
Browse files Browse the repository at this point in the history
Followup to #72.
  • Loading branch information
sampsyo committed Sep 23, 2023
1 parent 9a0b9fa commit 6accdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Synopsis
--------

MediaFile is available `on PyPI`_. Install it by typing ``pip install
mediafile``. It works on Python 2.7 and Python 3.4 or later. Then:
mediafile``. It works on Python 3.7 or later. Then:

.. code:: python
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logging-clear-handlers=1
eval-attr="!=slow"

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

0 comments on commit 6accdc4

Please sign in to comment.