소스 검색

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 키 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



불러오는 중...
취소
저장