[UPDATE] даунгред Python 3.14 -> 3.12: Dockerfile, pyproject.toml, .python-version

This commit is contained in:
Arseny
2026-07-16 11:20:34 +03:00
parent 2917c3bca4
commit d7a2b01be2
4 changed files with 65 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ packages = ["md2gost"]
name = "md2gost"
version = "0.1.0"
description = "Markdown → LaTeX конвертер по ГОСТ Р 7.0.5-2008"
requires-python = ">=3.14"
requires-python = ">=3.12"
dependencies = [
"markdown-it-py[plugins]>=4.2.0",
]