diff --git a/.github/workflows/cli-test.yml b/.github/workflows/cli-test.yml index ad8c043..d5b12d7 100644 --- a/.github/workflows/cli-test.yml +++ b/.github/workflows/cli-test.yml @@ -17,6 +17,7 @@ jobs: python-version: - "3.6" - "3.8" + - "3.10" steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 diff --git a/cli/README.md b/cli/README.md index 9e05bff..545caa2 100644 --- a/cli/README.md +++ b/cli/README.md @@ -2,7 +2,7 @@ ## Install - python3 -m pip install --user lesspass + python3 -m pip install --user lesspass # 3.6, 3.8+ ## Usage