We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2c98e commit 929ae79Copy full SHA for 929ae79
.gitlab-ci.yml
@@ -525,7 +525,7 @@ combine_reports:
525
526
build_docs:
527
stage: build_docs
528
- image: python:3.12-bookworm # 3.12 is the last version with imghdr
+ image: python:3.13-bookworm
529
tags:
530
- build_docs
531
rules:
@@ -549,7 +549,7 @@ build_docs:
549
550
.deploy_docs_template:
551
stage: deploy_docs
552
553
554
- deploy
555
needs:
pyproject.toml
@@ -62,6 +62,7 @@
62
docs = [
63
"esp-docs~=1.10",
64
"sphinx-tabs",
65
+ "standard-imghdr; python_version >= '3.13'"
66
]
67
68
[tool.setuptools]
0 commit comments