fix: 🐞 update zensical dependency to require Python 3.10 or higher (#22830)

This commit is contained in:
Onuralp SEZER 2025-11-28 10:11:20 +00:00 committed by GitHub
parent 415dca9096
commit 5b2fa32d1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ dev = [
"pytest",
"pytest-cov",
"coverage[toml]",
"zensical>=0.0.9",
"zensical>=0.0.9; python_version >= '3.10'",
"mkdocs-ultralytics-plugin>=0.2.3", # for meta descriptions and images, dates and authors
"minijinja>=2.0.0", # render docs macros without mkdocs-macros-plugin
]