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