chiark / gitweb /
package/ci: drop Python 3.5 testing, add 3.8 to 3.10.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 17:53:10 +0000 (18:53 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 19:36:12 +0000 (20:36 +0100)
commitdc08e79bcf9d49ce596c1f554f6ac54cb88b9514
treeb005e319dbd2ad284012bda611f4bce1fe296cac
parent47c005b8523437ff28001c8c47a6360f985c2a28
package/ci: drop Python 3.5 testing, add 3.8 to 3.10.

Python 3.5 was EOL'd in September 2020 and support for it is being
removed from major packages like pybind. It was also the only version
on which neither the Doxygen nor Python doc generator worked due to lack
of typing annotations, and since those two are the major use cases, I
don't think there's many users relying still on 3.5.

Python 3.6 was EOL'd in December 2021 so *technically* I could drop it
as well, however Ubuntu 18.04 LTS still has it as the default version so
it's good to keep it. I don't really need to use any 3.7-specific
features yet either, so this isn't a problem.
doc/build-status.html.in
package/ci/circleci.yml
plugins/m/test/plots/page-py35.html [deleted file]
plugins/m/test/test_plots.py