Bumping Python requirements to 3.11.

This commit is contained in:
emiliano.vavassori 2026-05-02 17:10:35 +02:00
parent bbdc260ded
commit b8052e08a7
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ authors = [
description = "LOAIH - LibreOffice AppImage Helpers, help build a LibreOffice AppImage" description = "LOAIH - LibreOffice AppImage Helpers, help build a LibreOffice AppImage"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
requires-python = ">= 3.6" requires-python = ">= 3.11"
dependencies = [ dependencies = [
"click", "click",
"lddcollect", "lddcollect",
@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.11",
"Environment :: Console", "Environment :: Console",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",