Netlify build with python 3.10

Hello !
I want to use Netlify to build my mkdocs documentation. The problem : i use 3.10 syntaxe for some of my plugins / hooks.

I saw that Netlify doesn’t support python 3.10.
How i can edit the build image to update python ? It is even possible ?

Thank you !

Hi @Mara-li,

Thanks for reaching out and welcome to the Support Forums!

This Netlify doc has info on Python:

Does the information there help you use Python 3.10?

3.10 is not supported by Netlify at this moment, even using the above various ways to set a version:

10:14:06 PM: Starting to install dependencies
10:14:06 PM: /opt/build-bin/run-build-functions.sh: line 328: /opt/buildhome/python3.10/bin/activate: No such file or directory
10:14:06 PM: Error setting python version from runtime.txt
10:14:06 PM: Please see https://github.com/netlify/build-image/blob/focal/included_software.md for current versions
10:14:06 PM: Build was terminated: dependency_installation script returned non-zero exit code: 1
10:14:06 PM: Failing build: Failed to install dependencies