Browse Source

ci: add python 3.10

see #737
pull/738/head
Édouard Lopez 2 years ago
committed by GitHub
parent
commit
a18241e215
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/cli-test.yml

+ 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


Loading…
Cancel
Save