Skip to content

Commit 4dcfba9

Browse files
authored
README: Clarify Python version support
1 parent 1609307 commit 4dcfba9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ On Windows you can place libmpv anywhere in your ``%PATH%`` (e.g. next to ``pyth
3232
into ctypes, which is different to the one Windows uses internally. Consult `this stackoverflow post
3333
<https://stackoverflow.com/a/23805306>`__ for details.
3434

35-
Python >= 3.7 (officially)
36-
..........................
37-
The ``main`` branch officially only supports recent python releases (3.5 onwards), but there is the somewhat outdated
38-
but functional `py2compat branch`_ providing Python 2 compatibility.
35+
Python >= 3.9
36+
.............
37+
We only support python stable releases from the last couple of years. We only test the current stable python release. If you find a compatibility issue with an older python version that still has upstream support (that is less than about four years old), feel free to open an issue_ and we'll have a look.
3938

40-
.. _`py2compat branch`: https://github.com/jaseg/python-mpv/tree/py2compat
4139
.. _`issue`: https://github.com/jaseg/python-mpv/issues
4240
.. _`pull request`: https://github.com/jaseg/python-mpv/pulls
4341

0 commit comments

Comments
 (0)