Kaynağa Gözat
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 yıl önce
committed by
GitHub
ebeveyn
işleme
7bbec8bc96
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
2 değiştirilmiş dosya ile
2 ekleme ve
1 silme
-
.github/workflows/cli-test.yml
-
cli/README.md
|
|
@@ -17,6 +17,7 @@ jobs: |
|
|
|
python-version: |
|
|
|
- "3.6" |
|
|
|
- "3.8" |
|
|
|
- "3.10" |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
|
|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
## Install |
|
|
|
|
|
|
|
python3 -m pip install --user lesspass |
|
|
|
python3 -m pip install --user lesspass # 3.6, 3.8+ |
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
|
|