Which program: Zope or Plone drives the requirement for specific Python version

Hello,

I have a question regarding which program, Zope or Plone, drives the requirement for specific Python version.

  1. I am interested in using z3c.recipe.usercrontab · PyPI which requires up to Python 3.7.

  2. Zope 5.8.2 uses python 3.7 to 3.11 (Installing Zope — Zope 5.8.2 documentation)

  3. Plone 6.0.4 uses Python 3.11.3

THus, based on Zope only, the crontab would word Since, the usercrontab only interfaces with zope, is it the python version required for Zope that is what I need to watch? Or

Question: can i use usercrontab with Plone 6.04

I've crashed three sites (test) recently and I really don't want to do that again.

Thanks

Try it out and see if it works or fails.

Yes, crontab run. We use it with 6.0.5.

@1letter thanks.