executablebooks / sphinx-book-theme

A clean book theme for scientific explanations and documentation with Sphinx
https://sphinx-book-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
439 stars 201 forks source link

really drop python<=3.8 support #844

Open kloczek opened 5 months ago

kloczek commented 5 months ago

Filter all code over pyupgrade --py39-plus.

agoose77 commented 5 months ago

This has been on my To Do list for a while! Thanks!