Skip to content

Commit

Permalink
ci: upgrade python version
Browse files Browse the repository at this point in the history
This upgrade python version, remove 3.6, add 3.10.

Signed-off-by: HaiLong Yang <hailong.yang@brainco.cn>
  • Loading branch information
HaiLong Yang authored and gmarull committed Dec 12, 2022
1 parent bfe2110 commit 024ed9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v1
- name: Set up Python
Expand Down

0 comments on commit 024ed9e

Please sign in to comment.