Bumping Python requirements to 3.11.
This commit is contained in:
parent
bbdc260ded
commit
b8052e08a7
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue