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.
pull/1210/head
Alex Willmer 11 months ago
parent 34d9df101f
commit 882dc0ca06

@ -21,6 +21,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased) In progress (unreleased)
------------------------ ------------------------
* :gh:issue:`1209` docs: Fix Netlify build of website
v0.3.20 (2025-01-07) v0.3.20 (2025-01-07)
-------------------- --------------------

@ -0,0 +1,2 @@
[build.environment]
PYTHON_VERSION = "3.8"
Loading…
Cancel
Save