diff --git a/README.md b/README.md index 6b6fd53..02f55f9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ and adds support for e.g. cameras and seeking. ## Installation -This library works with any version of Python 3.5+ (including Pypy). +This library works with any version of Python 3.7+ (including Pypy). There are no further dependencies. The wheels on Pypi include the ffmpeg executable for all common platforms (Windows 7+, Linux kernel 2.6.32+, OSX 10.9+). Install using: diff --git a/setup.py b/setup.py index ead3e22..75dc2d1 100644 --- a/setup.py +++ b/setup.py @@ -74,12 +74,11 @@ "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], )