Browse Source

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 years ago
committed by GitHub
parent
commit
7bbec8bc96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .github/workflows/cli-test.yml
  2. +1
    -1
      cli/README.md

+ 1
- 0
.github/workflows/cli-test.yml View File

@@ -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 View File

@@ -2,7 +2,7 @@

## Install

python3 -m pip install --user lesspass
python3 -m pip install --user lesspass # 3.6, 3.8+

## Usage



Loading…
Cancel
Save