We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f692da5 commit 8f394fcCopy full SHA for 8f394fc
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python: [2.7, 3.6, 3.7, 3.8, "3.10"]
+ python: [3.6, 3.7, 3.8, "3.10"]
15
16
name: Python ${{ matrix.python }} Test
17
0 commit comments