funkyfuture / deck-chores

A job scheduler for Docker containers, configured via labels.
https://deck-chores.readthedocs.io/
ISC License
197 stars 27 forks source link

Update to Python 3.13 for RTD builds when available #148

Open funkyfuture opened 1 month ago

funkyfuture commented 1 month ago

So I did some digging and the website itself still uses the _ for deck-chores.daily_job.command but the usage.rst does not.

Would you be able to push the changes to the RTD to reflect your already committed changes after merging #147?

Originally posted by @tabedzki in https://github.com/funkyfuture/deck-chores/issues/146#issuecomment-2411811734

funkyfuture commented 1 month ago

this is currently blocked by: https://github.com/readthedocs/readthedocs.org/issues/11671

when unblocked, i shall then switch to the single-version-option and possibly make main the default version.

tabedzki commented 1 month ago

Is it possible to use Python 3.12 for now until they fix the 3.13 support in the upcoming months?

funkyfuture commented 1 month ago

you're right. would you be so kind to open a PR that lowers the required Python version to 3.12 for the RTD build and the package metadata with accompanying # TODO hints to this issue. that should suffice from the top of my head.

funkyfuture commented 1 month ago

okay, eventually it works. please verify that it "works for you".

tabedzki commented 1 month ago

The website https://deck-chores.readthedocs.io/ works for me! Thanks for changing the requirements.txt and adding the # TODO I missed