Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ include_benchmarks:

test_lowest_version:
help: Run pull request tests with the lowest versions of python and dependencies? Recommended if you are developing a library
default: direct
default: none
choices:
Do not test with lowest versions of dependencies: none
Test with lowest versions of direct dependencies only (those listed in pyproject.toml): direct
Expand Down
18 changes: 9 additions & 9 deletions docs/source/template_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,15 @@ Read more at :doc:`../practices/ci_benchmarking`.
16. Test against lowest versions
------------------------------------------------

+------------+-----------------------------------------------------------+
| Question | Run pull request tests with the lowest versions of python |
| | and dependencies? |
+------------+-----------------------------------------------------------+
| Options | | (none) Do not test with lowest versions of dependencies |
| | | **(direct)** Test with lowest versions of direct |
| | dependencies only (those listed in pyproject.toml) |
| | | (all) Test with lowest versions of all dependencies |
+------------+-----------------------------------------------------------+
+------------+---------------------------------------------------------------+
| Question | Run pull request tests with the lowest versions of python |
| | and dependencies? |
+------------+---------------------------------------------------------------+
| Options | | **(none)** Do not test with lowest versions of dependencies |
| | | (direct) Test with lowest versions of direct |
| | dependencies only (those listed in pyproject.toml) |
| | | (all) Test with lowest versions of all dependencies |
+------------+---------------------------------------------------------------+

Adds an optional stage to the end of the testing and coverage github CI workflow
using the oldest version of python you've selected above, and will determine
Expand Down