@@ -278,15 +278,15 @@ Read more at :doc:`../practices/ci_benchmarking`.
27827816. Test against lowest versions
279279------------------------------------------------
280280
281- +------------+-----------------------------------------------------------+
282- | Question | Run pull request tests with the lowest versions of python |
283- | | and dependencies? |
284- +------------+-----------------------------------------------------------+
285- | Options | | (none) Do not test with lowest versions of dependencies |
286- | | | ** (direct) ** Test with lowest versions of direct |
287- | | dependencies only (those listed in pyproject.toml) |
288- | | | (all) Test with lowest versions of all dependencies |
289- +------------+-----------------------------------------------------------+
281+ +------------+--------------------------------------------------------------- +
282+ | Question | Run pull request tests with the lowest versions of python |
283+ | | and dependencies? |
284+ +------------+--------------------------------------------------------------- +
285+ | Options | | ** (none) ** Do not test with lowest versions of dependencies |
286+ | | | (direct) Test with lowest versions of direct |
287+ | | dependencies only (those listed in pyproject.toml) |
288+ | | | (all) Test with lowest versions of all dependencies |
289+ +------------+--------------------------------------------------------------- +
290290
291291Adds an optional stage to the end of the testing and coverage github CI workflow
292292using the oldest version of python you've selected above, and will determine
0 commit comments