diff options
author | jaseg <136313+jaseg@users.noreply.github.com> | 2024-05-16 13:35:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 13:35:47 +0200 |
commit | 4dcfba9d40d99ec95a02fdce3349a29f10fb8917 (patch) | |
tree | ed33069eb879bd0219a179be6e492b732a9cd126 | |
parent | 16093073b058cd2bc67ba3de857f2b4f187c32e1 (diff) | |
download | python-mpv-4dcfba9d40d99ec95a02fdce3349a29f10fb8917.tar.gz python-mpv-4dcfba9d40d99ec95a02fdce3349a29f10fb8917.tar.bz2 python-mpv-4dcfba9d40d99ec95a02fdce3349a29f10fb8917.zip |
README: Clarify Python version support
-rw-r--r-- | README.rst | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -32,12 +32,10 @@ On Windows you can place libmpv anywhere in your ``%PATH%`` (e.g. next to ``pyth into ctypes, which is different to the one Windows uses internally. Consult `this stackoverflow post <https://stackoverflow.com/a/23805306>`__ for details. -Python >= 3.7 (officially) -.......................... -The ``main`` branch officially only supports recent python releases (3.5 onwards), but there is the somewhat outdated -but functional `py2compat branch`_ providing Python 2 compatibility. +Python >= 3.9 +............. +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. -.. _`py2compat branch`: https://github.com/jaseg/python-mpv/tree/py2compat .. _`issue`: https://github.com/jaseg/python-mpv/issues .. _`pull request`: https://github.com/jaseg/python-mpv/pulls |