From e7da856643aafc0b777952d4ba108b709ebcbdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Marousek?= Date: Fri, 29 Nov 2024 20:52:13 +0100 Subject: [PATCH] try support for python 3.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ed3579..7e7167a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta" [project] name = "qtlongrun" -version = "0.1.5" +version = "0.1.6" description = "Functions for easier use of PyQt threads using decorators" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.10" license = {file = "LICENSE.txt"} keywords = ["threading", "Python", "PyQt", "loading", "animation"] authors = [