Skip to content

Commit 882dc0c

Browse files
committed
docs: Fix "No module named 'imghdr'" when building website
Between Mitogen 0.3.19 & 0.3.20 Netlify changed their default Python to 3.13. This broke our deployment of https://mitogen.networkgenomics.com/. The previous default was Python 3.8, based on a recent successful build of https://spiffy-croissant-696d93.netlify.app.
1 parent 34d9df1 commit 882dc0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
2121
In progress (unreleased)
2222
------------------------
2323

24+
* :gh:issue:`1209` docs: Fix Netlify build of website
25+
2426

2527
v0.3.20 (2025-01-07)
2628
--------------------

docs/netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build.environment]
2+
PYTHON_VERSION = "3.8"

0 commit comments

Comments
 (0)