From b8052e08a7ffbfe3405764fbb1ccc74b10cdebfa Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 2 May 2026 17:10:35 +0200 Subject: [PATCH] Bumping Python requirements to 3.11. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ee2472..75e1536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "LOAIH - LibreOffice AppImage Helpers, help build a LibreOffice AppImage" readme = "README.md" license = "MIT" -requires-python = ">= 3.6" +requires-python = ">= 3.11" dependencies = [ "click", "lddcollect", @@ -26,7 +26,7 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.11", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop",