Skip to content

Commit

Permalink
Updating test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 committed Jun 14, 2024
1 parent d89e316 commit b5576fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Test
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9]
runs-on: ${{ matrix.python == 3.6 && 'ubuntu-20.04' || 'ubuntu-latest' }}

steps:
Expand Down

0 comments on commit b5576fe

Please sign in to comment.