Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit ba2ac9c

Browse files
authored
Update test.yml
1 parent 890507f commit ba2ac9c

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
13+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -32,4 +32,4 @@ jobs:
3232
uses: codecov/codecov-action@v2
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
35-
fail_ci_if_error: false
35+
fail_ci_if_error: false

0 commit comments

Comments
 (0)