From 5d841df0ee6d311f6e1e17a84a8e2ffb1a7c2d04 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Fri, 8 Mar 2024 10:39:32 +0100 Subject: [PATCH] update version mentionings --- README.md | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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", ], )