python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 386 forks source link

chore: Default ReadTheDocs to Ubuntu / Python `latest` #750

Closed jeffwidman closed 4 months ago

jeffwidman commented 4 months ago

I noticed this because 3.7 is EOL'd by upstream, plus 24.04 will be released later this month (although may take RTD a bit longer to pull it in).

Looking at the docs, there's a latest variant for both.

It comes with a warning that using latest may unexpectedly break builds if the project isn't compatible... But I think for our use case the odds that it will break are extremely low (and in fact we'd want to know it's broken so we could fix it!) Plus if it starts breaking, it's not hard to temp pin it to an older version.

So all-in-all, both lower maintenance and faster realization of breakage if we default to latest on both of these.

jeffwidman commented 4 months ago

Hmm... something weird with GitHub's diff generation when I force-pushed from a Codespace... re-opened at: