Преглед изворни кода

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
No known key found for this signature in database 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…
Откажи
Сачувај