From 7bbec8bc96d04f35e3b9e283c2895e86e4c3ce23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Mon, 7 Nov 2022 20:21:01 +0100 Subject: [PATCH] ci: add python 3.10 (#738) * ci: add python 3.10 see #737 * docs: add version to trigger ci --- .github/workflows/cli-test.yml | 1 + cli/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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