Skip to content

Commit

Permalink
docs: Add maintnence steps for klippy/python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laikulo committed Sep 7, 2024
1 parent 32ee5f2 commit ecea521
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MAINTNENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## When a new stable version of klipper is released:

In `.github/workflows/test.yaml`, update `jobs.klippy_testing.strategy.matrix.klipper_version` to include the new version.

## When a new version of python becomes supported by klipper

In `.github/workflows/test.yaml`, update `jobs.klippy_testing.strategy.matrix.python_version` to include the new version.

0 comments on commit ecea521

Please sign in to comment.