瀏覽代碼

ci: add python 3.10 (#738)

* ci: add python 3.10

see #737

* docs: add version to trigger ci
pull/739/head
Édouard Lopez 2 年之前
committed by GitHub
父節點
當前提交
7bbec8bc96
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      .github/workflows/cli-test.yml
  2. +1
    -1
      cli/README.md

+ 1
- 0
.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


+ 1
- 1
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



Loading…
取消
儲存