We will need this when modernizing the site build; Python 3.12 removed the imp module from stdlib.
It already trips me up when testing other modifications using the build script in Gitpod, since their instances default to py3.12.
Edit: Same old thing about forgetting to rebase the branch so #48 is included because Netlify builds HEAD instead of the merge result. I may never learn…
We will need this when modernizing the site build; Python 3.12 removed the
imp
module from stdlib.It already trips me up when testing other modifications using the build script in Gitpod, since their instances default to py3.12.
Edit: Same old thing about forgetting to rebase the branch so #48 is included because Netlify builds HEAD instead of the merge result. I may never learn…