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",