Skip to content

Commit

Permalink
[Github Actions] Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jan 21, 2022
1 parent e64f075 commit a607a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-linux-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
exclude:
- os: ubuntu-20.04
python-version: '3.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
exclude:
- os: ubuntu-20.04
python-version: '3.6'
Expand Down

0 comments on commit a607a23

Please sign in to comment.