diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b8132d..c461ecc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: fail-fast: true matrix: os: [ "ubuntu-latest" ] - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.13" ] runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/README.md b/README.md index 8ce5c92..32f7428 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ often I'd find my self copying hashes from `git log` output in order to paste into `git rebase -i`. This tools only purpose is to simplify that. -Code is self contained within `main.py`, so you might like to simply copy the whole thing. +Code is self contained within `main.py`, so you could just copy the whole script. ## Usage