From 20083ec9c60dfe762f0bfe9742e75e5d9967138c Mon Sep 17 00:00:00 2001 From: Alex Lee Date: Sun, 15 Sep 2024 07:35:23 +0200 Subject: [PATCH] unsetting the upper bound --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75813a22..452f036d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -requires-python = ">=3.11,<3.13" +requires-python = ">=3.11" dependencies = [ "appdirs", "av",