Skip to content

Commit 5b74944

Browse files
updated ubantu
1 parent c340af2 commit 5b74944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Test
1414
strategy:
1515
matrix:
16-
python: [3.6, 3.7, 3.8, 3.9]
17-
runs-on: ${{ (matrix.python == 3.6 || matrix.python == 3.7) && 'ubuntu-20.04' || 'ubuntu-latest' }}
16+
python: ["3.8", "3.9", "3.10"]
17+
runs-on: ubuntu-latest
1818

1919
steps:
2020
- uses: actions-ecosystem/action-regex-match@v2

0 commit comments

Comments
 (0)