In the Crawlee Python project template, the Dockerfile (here) still pins Python to 3.12 due to Camoufox installation issues:
# Currently camoufox has issues installing on Python 3.13
FROM apify/actor-python-playwright:3.12
We should investigate whether it is now compatible with Python 3.13 or even 3.14, and update our base image / template accordingly if support has improved.