Skip to content

Commit 8f394fc

Browse files
remove 2.7 from test
1 parent f692da5 commit 8f394fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python: [2.7, 3.6, 3.7, 3.8, "3.10"]
14+
python: [3.6, 3.7, 3.8, "3.10"]
1515

1616
name: Python ${{ matrix.python }} Test
1717

0 commit comments

Comments
 (0)