mirror of https://github.com/Nonannet/pyladoc.git
min. python version updated in project file
This commit is contained in:
parent
2c0a3bd7ed
commit
cc3097e173
|
@ -6,7 +6,7 @@ authors = [
|
||||||
]
|
]
|
||||||
description = "Package for generating HTML and PDF/latex from python code"
|
description = "Package for generating HTML and PDF/latex from python code"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.10"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
Loading…
Reference in New Issue